-
Notifications
You must be signed in to change notification settings - Fork 201
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
(Quick) Search in editor unfolds collpased regions with matches immediatly while typing #910
Comments
Have a look at https://eclipse.dev/eclipse/news/4.33/platform.php#find-replace-overlay there is a screenshot that shows where the preference is to change back to the old find dialog. |
I agree with you on many of these cons, some of them are in progress. @ronso0 Can you raise this issue in https://github.com/eclipse-platform/eclipse.platform.ui/issues or https://github.com/eclipse-platform/eclipse.platform.ui/discussions please? The Eclipse CDT project does not maintain nor implement this new feature of the Eclipse Platform, we simply inherit this behaviour that is shared by all editors. You may want to start with a look at eclipse-platform/eclipse.platform.ui#2021 which is the umbrella issue for the new find overlay. I'm going to close this CDT copy of the issue. If there are specific CDT customizations to search we can create new issues. |
Thanks for the pointer @jonahgraham, seems the issues I found are covered by eclipse-platform/eclipse.platform.ui#2284 and eclipse-platform/eclipse.platform.ui#2161, will comment there. |
When typing in the new floating Search widget, previously ccollapsed region (methods) with matches are unfolded immediatley.
If there is, I did not find the options in Window -> Preferences to change that behavior. Ie. restore the behavior of the previous Search implementation (oldschool moveable dialog, my previous version was 2024-03).
To Reproduce
Expected behavior
Edit position, scroll position and collapsed state remains untouched until I hit Enter to search
Actual behaviour
As soon as I type (or rather after the debounce timeout), the editor jumps to the next match, i.e. unfolds regions that I intended to skip (type, move cursor in editor, hit Enter to search downwards).
Version Information (please complete the following information):
Unbuntu Studio 20.04.5
Eclipse 2024-09 (4.33.0)
CDT 11.6.1.202406241230
The text was updated successfully, but these errors were encountered: