-
-
Notifications
You must be signed in to change notification settings - Fork 445
"Find Next" has no effect #724
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
Comments
@per1234 |
investigate if it's a bug/regression from Monaco editor, since when hitting the shortcut the popup opens with |
Same here, as I reported in step (7) in the instructions.
Same for me on Windows (Ctrl+G). I notice that there is a shortcut collision with the default shortcut for Go to Line/Column... (did anyone bother to check this stuff?), but even after I change Go to Line/Column... shortcut to something else Ctrl+G still doesn't do a "Find Next". Ctrl+Shift+G works just fine for "Find Previous".
@ubidefeo which shortcut? @ubidefeo does it also happen with the File > New sketch, or only with that "NiclaShopSensor" sketch? |
I fixed this and accidentally pushed to Additionally, you should probably mark |
Describe the bug
The Edit > Find Next menu item is intended to find the next occurrence of the chosen text.
🐛 It currently has no effect.
To Reproduce
The "Find" UI opens with
void
pre-filled.🐛 Nothing happens.
🐛 Nothing happens.
🙂 The occurrence of
void
at line 1 is selected.🙂 The occurrence of
void
at line 6 is selected.🙂 The occurrence of
void
at line 1 is selected.Expected behavior
The same behavior from Edit > Find Next as from Edit > Find Previous, except in the opposite direction.
Desktop
Initial report
Date: 2021-12-22T15:46:56.004Z
Last checked with
Date: 2022-02-15T15:53:31.454Z
CLI Version: 0.21.0 [10107d24]
The text was updated successfully, but these errors were encountered: