-
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
Apply search results viewer limit to all levels of tree children. #2280
Apply search results viewer limit to all levels of tree children. #2280
Conversation
@iloveeclipse FYI. |
@raghucssit : please in a dedicated commit bump org.eclipse.search bundle version. |
...s/org.eclipse.search/search/org/eclipse/search/internal/ui/text/FileTreeContentProvider.java
Show resolved
Hide resolved
Test Results 1 815 files ±0 1 815 suites ±0 1h 33m 46s ⏱️ - 10m 17s For more details on these failures, see this check. Results for commit e0fbc47. ± Comparison against base commit 8d647ea. ♻️ This comment has been updated with latest results. |
879afd6
to
a7a1e23
Compare
Ping! |
Done. |
Good point, I believe we've overlooked that. We should check if we can change the text & if there are any other side effects. But I can confirm, that freezes are gone with the PR as it is. Also there were many other freezes by interacting with the original state, like clicking on expand/collapse results buttons would freeze everything forever... |
I request that there is at most a single max items configuration per view. i.e. if a view has such a preference set, then it should not be overridden by the general preferences. |
There is only one preference on your screenshot, and it is not overridden by any other. |
@iloveeclipse |
Yes, it would match what we implement here. |
2a514a5
to
a7a1e23
Compare
Currently viewer limit is applied to top level elements. Object[] getChildren(Object parentElement) missing limit application. see eclipse-platform#2279
a7a1e23
to
d2a0053
Compare
Fixed. |
@jukzi : any objections to merge? |
Currently viewer limit is applied to top level elements. Object[] getChildren(Object parentElement) missing limit application.
see #2279