-
Notifications
You must be signed in to change notification settings - Fork 92
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
Eclipse becomes unresponsive when trying to refresh a viewer with more than 30000 elements on one level #631
Comments
raghucssit
added a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Jun 13, 2023
for viewers eclipse-jdt#631 Wrap the existing package explorer content provider with newly added wrap content provider. This should limit the number of elements created on package explorer. Look into ILimitBasedContentProvider in jface viewers for more details.
iloveeclipse
pushed a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Jun 27, 2023
TODO proper commit message See eclipse-platform/eclipse.platform.ui#818
raghucssit
added a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Jul 12, 2023
TODO proper commit message See eclipse-platform/eclipse.platform.ui#818
raghucssit
added a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Aug 1, 2023
TODO proper commit message See eclipse-platform/eclipse.platform.ui#818
iloveeclipse
pushed a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Aug 11, 2023
Adopt Package Explorer, Outline view contribution and editor breadcrumb for Java editor to use new JFace API that allows viewers display huge number of elements without freezing UI. See eclipse-platform/eclipse.platform.ui#818 and eclipse-platform/eclipse.platform.ui#810. Fixes eclipse-jdt#631
iloveeclipse
pushed a commit
to raghucssit/eclipse.jdt.ui
that referenced
this issue
Aug 12, 2023
Adopt Package Explorer, Outline view contribution and editor breadcrumb for Java editor to use new JFace API that allows viewers display huge number of elements without freezing UI. See eclipse-platform/eclipse.platform.ui#818 and eclipse-platform/eclipse.platform.ui#810. Fixes eclipse-jdt#631
fedejeanne
pushed a commit
to fedejeanne/eclipse.jdt.ui
that referenced
this issue
Aug 23, 2023
Adopt Package Explorer, Outline view contribution and editor breadcrumb for Java editor to use new JFace API that allows viewers display huge number of elements without freezing UI. See eclipse-platform/eclipse.platform.ui#818 and eclipse-platform/eclipse.platform.ui#810. Fixes eclipse-jdt#631
fedejeanne
pushed a commit
to fedejeanne/eclipse.jdt.ui
that referenced
this issue
Aug 23, 2023
Adopt Package Explorer, Outline view contribution and editor breadcrumb for Java editor to use new JFace API that allows viewers display huge number of elements without freezing UI. See eclipse-platform/eclipse.platform.ui#818 and eclipse-platform/eclipse.platform.ui#810. Fixes eclipse-jdt#631
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is to consume the solution provided for platform ui issue eclipse-platform/eclipse.platform.ui#818
This is still a draft stage. Platform UI fix is still in progress.
The text was updated successfully, but these errors were encountered: