-
-
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
PR: Implement replace in selection in the Editor #4635
Conversation
Supports replacing all instances of the search text with the replace text in a selection of text. Changes find/replace dialog to add buttons for "replace in selection" and "replace all" and removes the "replace all" checkbox. Tweaks behavior of automatically filling the searchbox depending on whether multiple lines were selected.
Please follow our contributing guidelines to see how to change this PR from @rlaverde, please review this one, given that you've been working on this. |
Supports replacing all instances of the search text with the replace text in a selection of text. Changes find/replace dialog to add buttons for "replace in selection" and "replace all" and removes the "replace all" checkbox. Tweaks behavior of automatically filling the searchbox depending on whether multiple lines were selected.
…pillz/spyder into spillz-replace-selection-patch
Did I do this correctly? I had to do: git rebase --onto origin/3.x origin/master spillz-replace-selection-patch The instructions didn't mention the "origin" part. (Or the git push) |
Why don't I just delete and resubmit? |
Sure, if you prefer that. Just make sure to create your branch after you checkout our 3.x branch. Thanks for your patience! |
Closing in favor of #4638. |
Supports replacing all instances of the search text with the replace text in a selection of text. Changes find/replace dialog to add buttons for "replace in selection" and "replace all" and removes the "replace all" checkbox. Tweaks behavior of automatically filling the searchbox depending on whether multiple lines were selected.
A refinement would be to either add shortcuts for the three buttons or combine the three buttons into one and use radio/combo to control scope.