Bug #17746 2010-11-27 09:52

theepicsnail

Preprocessor syntax highlighting

I have a project where in compiler settings>#defines, i have put DEBUG under the debug build. In the source code it would make sense to have the preprocessor alter the highlighting to reflect which code will be compiled.

Currently it doesn't know about my #defines so

#ifndef DEBUG

//always highlighted

#endif

#ifdef DEBUG

//never highlighted

#endif

Category
 
Group
 
Status
Open
Close date
 
Assigned to
 
ollydbg 2010-12-03 12:51

It is not implemented, so I think this should be a feature request.