uVision3 Editor Configuration Is there a way of highlighting the text content within a preprocessor directive block depending on it's condition value?
Example:
#if 0 i = i + 1; // line should appear 'red' in editor #endif
or
#if 1 i = i - 1; // line to appear 'green' in editor #endif
Thanks, Peter
No.
Thanks, anyway this would be a nice feature as it makes software less error-prone. A couple of other IDE's can do that.
Peter