Feature request: case sensitive search/replace history
-
I often use the search/replace dialog with case-sensitive replaces of eg. ‘Pages’ -> ‘Products’, then ‘pages’ -> ‘products’. This replacement repeats often in other files.
Since NPP treats the search and replace fields history as case-insensitive, in the history only the last term appears which is either ‘Pages’ or ‘pages’. It would be extremely useful to have both ‘Pages’ and ‘pages’ in history.
Thank you -
please add a feature request here and double check if it hasn’t already added.
Cheers
Claudia -
My guess would be that your two step approach could also be done in one step with regular expressions.
-
That wasn’t what the OP was asking about, but you are right about the regex search and here’s how it could be done:
Find what:
([pP])ages
Replace with:\1roducts
Search mode:Regular expression