Description of the Issue
I'm doing a fairly complex RegEx "search & replace", and would like to see what my RegEx actually did to the firstly found string before jumping ahead to next matching string in my file.
Steps to Reproduce the Issue
Do any "Replace" and after replacing the cursor jumps automatilcally to the next item, so I cannot see what the replace actually did to the found string.
Desired Behavior
Have a possibility to press (for example) "alt" key while pressing "Replace" button in order to just replace without jumping ahead to next matching string in file
pekka