-
-
Notifications
You must be signed in to change notification settings - Fork 448
Add the 'Search all Sketch Tabs" checkbox to the Find dialog #228
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
Thanks for reporting it, @esp32croft. We added the Search view to the IDE: #202. The new view supports find, replace, exclude/include globs, and compare editor if you want to double-check your changes before replacing the content. It works on all tabs. You can try it out from the nightly builds if you want to: https://github.com/arduino/arduino-ide#nightly-builds. |
Hi @kittaakos, |
@esp32croft |
You're very close, @esp32croft. If you want to search in all tabs, you have to use the new Search view. See the screencast: |
Thanks @kittaakos , @ubidefeo , |
hi @esp32croft
the editor find is its own component part of the Monaco editor. We won't implement this, since the search facility is a "search within workspace" and its functionalities go beyond searching for text. Pre-filling it would require moving text from one context to another. thank you for your contribution 🙏🏼 |
The old IDE allowed you to search across all tabs of a sketch (and replace). This useful checkbox option has been lost in v2 of the IDE so you have to search each tab in turn.
The text was updated successfully, but these errors were encountered: