-
Notifications
You must be signed in to change notification settings - Fork 188
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
Improve "Viewer limits" preference page #1626
Comments
I would also propose the "Appearance" preference page as a better place. And if you look at the "technical name" of that page is ViewsPreferencePage.java. So this also gives a hint that this may be a good fit. |
As the tooltip says it's only a hint: Maybe the project explorer implementation could be change to ignore this setting on root level at all. |
This feature is generic and doesn't provide a way to limit some parts or levels and not limit others.
The main driving force behind the implementation is to avoid UI hangs, so default value is 1000. Setting UI to smaller limit makes no sense except for testing. With that, we (Advantest) do not plan to introduce yet another option and make code more complex just because of Package Explorer doesn't show all projects with the unusually small limit. This is not an important use case for us, and, I believe, also nkt important for most of the users. For the rest: it is hard to find wording that would explain a technically very complex feature in few words, but if someone has a better proposal, just push a PR for discussion. Similar for the preference page. |
I compiled a first version for the documentation out of your New & Noteworthy entry into eclipse-platform/eclipse.platform.releng.aggregator#1775. Feedback welcome. |
This is the closest I could find to report a related problem: Please have a look at https://www.eclipse.org/forums/index.php/m/1864776/#msg_1864776 - is this problem due to this "Viewer limits" feature? If not - please remove this comment thanks! Found in #1674 (comment) |
No the spacing is #1674 |
This is related #1425 and #818.
The feature has a lengthy label in the preference page and a really long tool tip:
Furthermore the wording is different. In preference it says something about "elements" while in views it is about "items".
Could there be a special preference "Do not limit on root level"?
This is just my observations and some proposals for improvement. No blaming.
The text was updated successfully, but these errors were encountered: