We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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