#if...#endif blocks in C
-
Does anyone know of a way to manipulate a C/C++ program in terms of its #if blocks - e.g. to mark a #if block down to the #else or #endif, while correctly navigating the fact that these blocks can be nested.
Ideally I am asking for a way to do this in NOTEPAD++, but a third party product might be an alternative.
David