I was using search and replace with regular expressions on some code yesterday and came up with some questions.
1. The Mark All button highlights all occurrences of the search term to be hightlighted, but this highlighting is barely visible on a dark background theme. Is there a way to change the highlighting color?
2. Is there a way to unmark all marked items? (As a workaround, I can search for and mark a different sequence.)
3. When replacing all, is there a way to make it stop at the end of the document, not continue from the top?
Then I have a feature request related to this:
If one just did a Replace, I would like F3 to repeat the replace, instead of just repeating the find. Or have a command and keypress that repeats the replace operation. For example, in the Borland Delphi 7 IDE one can start a replace operation and replace one or more occurrences, then close the dialog, move the cursor around, type, etc, then press Ctrl+L to do another replace operation without going back to the dialog. If the last thing was a find operation, then Ctrl+L repeats that instead.
I will also try to add this request in Google Code.