Conditional Compile Highlighting
PlannedWhat would be an excellent addition is if the CrossWorks editor highlighted active conditional compilation statements, with the inactive ones grayed out.
So for example...
#define FRED
#ifdef FRED
// This code would be displayed in its usual syntax highlighted colours.
#else
// This code would be grayed out.
#endif
Please sign in to leave a comment.
Comments
3 comments