"#if" coloring support
Submitted by Tuesday, 5 July, 2011 - 07:13
on
Hi all,
A very nice feature I'm looking for is to change the color of code according to the #if/#ifdef preprocessor directives.
For instance, having the "toto = 1" code in the following code displayed in a special color to indicate it is not compiled:
#if 0
toto = 1;
#endif
I've not managed to find if this feature already exist (using the ctags stuff plugin or so) but this would be a great great feature!
Any advice welcome, regards,
Sebastien.
A very nice feature I'm looking for is to change the color of code according to the #if/#ifdef preprocessor directives.
For instance, having the "toto = 1" code in the following code displayed in a special color to indicate it is not compiled:
#if 0
toto = 1;
#endif
I've not managed to find if this feature already exist (using the ctags stuff plugin or so) but this would be a great great feature!
Any advice welcome, regards,
Sebastien.