Skip to content
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

Enable viewer limits by default #1426

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

iloveeclipse
Copy link
Member

Set default workbench preference for the view limit to 1000, which is what we believe the most practical value on most platforms to avoid UI freezes in large viewers.

Note: this limit can also be disabled in products by specifying org.eclipse.ui.workbench/largeViewLimit=0 in the plugin_customization.ini file.

Fixes #1425

Set default workbench preference for the view limit to 1000, which is
what we believe the most practical value on most platforms to avoid UI
freezes in large viewers.

Note: this limit can also be disabled in products by specifying
`org.eclipse.ui.workbench/largeViewLimit=0` in the
plugin_customization.ini file.

Fixes eclipse-platform#1425
@iloveeclipse iloveeclipse merged commit 36358bd into eclipse-platform:master Dec 15, 2023
15 checks passed
@iloveeclipse iloveeclipse deleted the issue_1425 branch December 15, 2023 13:51
@vogella
Copy link
Contributor

vogella commented Dec 15, 2023

Note: this limit can also be disabled in products by specifying org.eclipse.ui.workbench/largeViewLimit=0 in the plugin_customization.ini file.

This MUST be added to the N&N so that people can find this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable viewer limits by default
2 participants