-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
editor: find/replace in files #3430
Comments
I took Eric's advice and implemented "Replace All.." and "Replace Selected..." in the search results view. Landed here: http://codereview.chromium.org/10597004/ John: the trick is to kick off a text search and then invoke the context menu in the search results view. We'll work on making this a bit more discoverable but in the meantime, hope you enjoy the easter egg! :) Added Fixed label. |
This calls for an editor upgrade! thanks :) |
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/0c8feac..449478c): 449478c7 Tue Jun 6 20:04:19 2023 -0700 Sam Rawlins Search: specify package rank in generation; distinguish non-core Dart libs (#3427) 81af1bf3 Tue Jun 6 17:31:02 2023 -0700 Janice Collins Prepare for dartdoc 6.3.0. (#3430) 2b7340d3 Tue Jun 6 17:30:40 2023 -0700 Sam Rawlins Explicitly export Kind; for internal customer (#3431) 896540c0 Mon Jun 5 19:39:10 2023 +0000 dependabot[bot] Bump github/codeql-action from 2.3.5 to 2.3.6 (#3429) lints (https://github.com/dart-lang/lints/compare/fc74ce0..4b79906): 4b79906 Tue Jun 6 15:15:22 2023 -0500 Parker Lougheed Link to 'dart fix' docs in table header (#132) b7766d6 Tue Jun 6 09:05:20 2023 -0700 Devon Carew add 'has quick-fix' checkboxes to the package's readme (#131) native (https://github.com/dart-lang/native/compare/c851e69..973f3ed): 973f3ed Tue Jun 6 10:26:58 2023 +0000 Daco Harkes [native_assets_cli] Add `dry_run` option (#59) webdev (https://github.com/dart-lang/webdev/compare/b10d62b..3d7f546): 3d7f546f Mon Jun 5 16:24:16 2023 -0700 Elliott Brooks Add Webdev installation test (#1935) 9297c663 Mon Jun 5 14:31:43 2023 -0700 Elliott Brooks Remove unnecessary `async` keywords(#2130) 6b112b06 Mon Jun 5 12:45:34 2023 -0700 Elliott Brooks Run DCM workflow against PR branch (#2131) Change-Id: I6728516c13c1d45f8bbd65c266076c6028ed45ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/307962 Reviewed-by: Devon Carew <[email protected]> Auto-Submit: Janice Collins <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Janice Collins <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
I might be missing something obvious but:
Is there any "replace in files" option in the editor? Also, is there any way to configure "find in files" with options like "case sensitive" and "whole word"?
I figured out how to search in files using the Search box at the top, but I don't know how to replace. Even with great refactoring support, I still need to do text search & replace sometimes, and the Edit > Find/Replace option only does one file at a time.
This is one of the things that keeps popping me back into Sublime Text.
The text was updated successfully, but these errors were encountered: