I run into the situation all the time that I have to replace text that's written in different cases.
E.g. GreaseMonkey, greaseMonkey, greasemonkey, GREASEMONKEY
I would suggest that the find/replace should be that clever that if I input
find: greasemonkey
replace: WindowWasher
it will replace:
GreaseMonkey -> WindowWasher
greaseMonkey -> windowWasher
greasemonkey -> windowwasher
GREASEMONKEY -> WINDOWWASHER
Simple, isn't it? Would save doing replace 2-3 times for the different cases.
There is an existing (and very old) enhancement request to add this feature to Komodo:
http://bugs.activestate.com/show_bug.cgi?id=7161
Cheers,
Todd
According to http://bugs.activestate.com/show_bug.cgi?id=82270 it's solved, but does not seem to work (5.2.0 IDE).
Should I file something or what's the procedure?
Bug 82270 is marked as a duplicate of bug 7161 (which means it's not yet fixed, as bug 7161 is still unfixed).