Recover the initial selection in the document after the replace action
It would be great when the initial selection in the document is recovered after the replace action.
Right now I always have to manually reselect to perform an additional replace action.
I'm selecting a part of a SQL document in the editor. Next I call the find/replace action and I put in the string to search for and the replace phrase.
Then I press "Replace".
I get a message that x occurrences have been replace.
Now, without closing the find/replace pane I insert new find/replace phrases and press the "Replace" button once again, but nothing changes, because the initial selection has been cleared by the previous find/replace action and the cursor blinks at the end of the previous selected area.
In VC++ IDE I can execution an infinite number of find/replace actions with the same selection kept intact.