Feature #3645 2007-08-14 07:39
lazalong
"Preprocessor" scope highlighting
Could it be possible to have the highlighting for the "Preprocessor" dependent on its scope?
For example on a Win32 platform
#ifdef PLATFORM==WIN32 #define THAT <------------ active #else #define THIS #endif
On linux, macos, etc. you would have :
#ifdef PLATFORM==WIN32 #define THAT #else #define THIS <------------ active #endif
Of course, the #defines in the project build options should also be taken into account.
http://forums.codeblocks.org/index.php/topic,6675.msg51372.html#msg51372
Thanks for this great tool Steven
- Category
- Editing
- Status
- Open
- Close date
- Assigned to