Is there a simple way to "search and replace" while keeping capitalization?
-
I.e. if I have
#define DIALOG #include "dialog.h" class CDialog { };
a way to replace "DIALOG" with "WINDOW", "dialog" with "window" and "Dialog" with "Window" in one go?
-
@Asperamanca: Use the option "Preserve case" ?
-
Argh, this flag is not apparent when you just search and replace within the current file...
-
-