eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

Autocomplete hangs, leaves popup in focus, and crashes eclipse #96

Open DerekSansom opened 1 year ago

DerekSansom commented 1 year ago

Regularly using CTRL SPACE to bring up autocomplete options the popup pops up, then stays "computing options" and when moving from eclipse to another window it stays in focus blocking half the screen It either stays like this for a couple of minutes then disappears and works as normal for a while, it it stays until eclipsed is forced to close. In previous versions it didn't do this

Version: 2022-03 (4.23.0) Build id: 20220310-1457

On Ubuntu 22.04

mickaelistria commented 1 year ago

Please try latest release, 2022-12 (4.26.0) and report whether the issue is fixed or not.

DerekSansom commented 1 year ago

I've just updated and now no tests run, and all the class paths are messed up

On Thu, 23 Feb 2023 at 15:34, Mickael Istria @.***> wrote:

Please try latest release, 2022-12 (4.26.0) and report whether the issue is fixed or not.

— Reply to this email directly, view it on GitHub https://github.com/eclipse-platform/.github/issues/96#issuecomment-1441988203, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRBWU3F73HB2SHO436242DWY57QBANCNFSM6AAAAAAVFZC5U4 . You are receiving this because you authored the thread.Message ID: @.***>

DerekSansom commented 1 year ago

ANd so I shut down eclipse, to restart and see if it will load maven nature, that it claims is missing although it's installed, and eclipse won't run at all, thanks very much

On Mon, 27 Feb 2023 at 09:53, Derek @.***> wrote:

I've just updated and now no tests run, and all the class paths are messed up

On Thu, 23 Feb 2023 at 15:34, Mickael Istria @.***> wrote:

Please try latest release, 2022-12 (4.26.0) and report whether the issue is fixed or not.

— Reply to this email directly, view it on GitHub https://github.com/eclipse-platform/.github/issues/96#issuecomment-1441988203, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRBWU3F73HB2SHO436242DWY57QBANCNFSM6AAAAAAVFZC5U4 . You are receiving this because you authored the thread.Message ID: @.***>

DerekSansom commented 1 year ago

Installed updated eclipse and now

The selected wizard could not be started.

Plug-in org.eclipse.m2e.core.ui was unable to load class org.eclipse.m2e.core.ui.internal.wizards.MavenImportWizard.

An error occurred while automatically activating bundle org.eclipse.m2e.core.ui (591).

Everything I try, I'm down some dark nightmare alice in wonderland spiral. How difficult can this be to make things work

On Mon, 27 Feb 2023 at 09:56, Derek @.***> wrote:

ANd so I shut down eclipse, to restart and see if it will load maven nature, that it claims is missing although it's installed, and eclipse won't run at all, thanks very much

On Mon, 27 Feb 2023 at 09:53, Derek @.***> wrote:

I've just updated and now no tests run, and all the class paths are messed up

On Thu, 23 Feb 2023 at 15:34, Mickael Istria @.***> wrote:

Please try latest release, 2022-12 (4.26.0) and report whether the issue is fixed or not.

— Reply to this email directly, view it on GitHub https://github.com/eclipse-platform/.github/issues/96#issuecomment-1441988203, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRBWU3F73HB2SHO436242DWY57QBANCNFSM6AAAAAAVFZC5U4 . You are receiving this because you authored the thread.Message ID: @.***>

laeubi commented 1 year ago

How difficult can this be to make things work

You can open a PR to "make things work" ... beside that explicit steps to reproduce the problem (used version, project, operating system, ...) can help other if they want to look into it.

jukzi commented 1 year ago

@DerekSansom please stick to a single problem per issue. Problem of autocomplete hangs can either be

Bananeweizen commented 1 year ago

This is probably the ibm.icu version conflict issue that was active at the end of last year or so. I've seen similar problems where the m2e.ui bundle could not be activated anymore in previously existing and then upgraded installations. Unfortunately only installing a new eclipse version solved this in all my cases (since you would have to remove the problematic bundle from the old installation, which would then lead to other depending bundles not resolving).