-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Description of the Issue
What about to add a new button in Find and Replace dialog and in Find and Replace in Files dialog to switch the text content of the Find what text field with the Replace with text field?
The aim is to facilitate the user which needs to invert the text content of those fields. In fact at this moment in case you need to do the operation you have to do a lot of steps that make the operation really tedious, especially if you need to do it a lot of times for particular editing of the text file(s) you are modifying:
- select the text of the Find field
- copy/cut the text of that field
- paste it elsewhere
- select the text of the Replace field
- copy/cut the text of that field
- paste it into the Find field
- select the text of the Find field previously pasted elsewhere
- copy/cut that text
- paste it into the Replace field
There are nine passages!!! IMHO it's way too much for a so simple operation that can be done automatically with a click on a button. Unfortunately I'm one that needs to do those operations really a lot of times per day so a button placed right there could facilitate a lot my complex editing and find and replace operations.
Look at the attached image file to see the aspect of the button I propose to implement: as simple as that:
Thanks for comprehension.

