Is there a simple way to "search and replace" while keeping capitalization?
-
wrote on 12 Jun 2025, 09:58 last edited by
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" ?
-
wrote on 13 Jun 2025, 05:09 last edited by
Argh, this flag is not apparent when you just search and replace within the current file...
-
-
1/4