-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typehierarchy: UI Freezes till Indexing done #61
Labels
bug
Something isn't working
Comments
introduced with https://bugs.eclipse.org/bugs/show_bug.cgi?id=485748 |
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 1, 2023
ignore call to done() if beginTask() was not called! eclipse-jdt/eclipse.jdt.ui#61
Can be fixed in general in platform.ui with eclipse-platform/eclipse.platform.ui#1077 |
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 11, 2023
ignore call to done() if beginTask() was not called! eclipse-jdt/eclipse.jdt.ui#61
jukzi
pushed a commit
to eclipse-platform/eclipse.platform.ui
that referenced
this issue
Sep 11, 2023
ignore call to done() if beginTask() was not called! eclipse-jdt/eclipse.jdt.ui#61
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 12, 2023
jukzi
pushed a commit
to jukzi/eclipse.jdt.ui
that referenced
this issue
Sep 12, 2023
This was referenced Sep 12, 2023
Merged
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 12, 2023
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 12, 2023
Reusing a IProgressManager requires to finally call progressMonitor.done() before using it again. see https://bugs.eclipse.org/bugs/show_bug.cgi?id=485748 and eclipse-jdt/eclipse.jdt.ui#61
jukzi
pushed a commit
to jukzi/eclipse.jdt.ui
that referenced
this issue
Sep 12, 2023
Reusing a IProgressManager requires to finally call progressMonitor.done() before using it again. see https://bugs.eclipse.org/bugs/show_bug.cgi?id=485748 and eclipse-jdt#61
jukzi
pushed a commit
to jukzi/eclipse.platform.ui
that referenced
this issue
Sep 12, 2023
iloveeclipse
pushed a commit
to eclipse-platform/eclipse.platform.ui
that referenced
this issue
Sep 12, 2023
merks
pushed a commit
to merks/eclipse.jdt.ui
that referenced
this issue
Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reproduce:
=> Mouse icon changes to busy and UI freezes till indexing finished. Impossible to cancel.
Expected: show a cancelable(!) "wait till indexing finished" Dialog
The text was updated successfully, but these errors were encountered: