Add "enableDoubleFindToReplace" option#5346
Add "enableDoubleFindToReplace" option#5346nunziotocci wants to merge 4 commits intoajaxorg:masterfrom
Conversation
| Thank you for the contribution. Could you please add the new option to the types declaration in |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## master #5346 +/- ## ========================================== + Coverage 87.41% 87.42% +0.01% ========================================== Files 574 574 Lines 45613 45613 Branches 6935 6935 ========================================== + Hits 39873 39878 +5 + Misses 5740 5735 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| One of the public type files has been updated, plase make sure there are no backwards incompatible changes done in the PR. |
| One of the public type files has been updated, plase make sure there are no backwards incompatible changes done in the PR. |
| I have added it to I don't see any tests for |
Issue #, if available:
Brings back the behavior that #2653 complained about behind an option.
Description of changes:
Add "enableDoubleFindToReplace" option. This allows you to press Ctrl-F while the find window is open to toggle the replace option. I'm used to it, and so are the people at my company.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.