When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
//this code has normal highlightingint a;a = 1;if(a == 1) { #ifdef FAKEDEFINE //this code is all black cout << "WHY DONT I HAVE COLOR!!!???" << endl; #endif //back to normal color cout << "I have color here though :)" << endl;}
I have noticed this too an hour ago. Could this be related to the wxscintilla upgrade ?
Yes! That's one of the new features: Scointilla scans the files for #defines and "greys" what's not relevant. However, probably we should make this an option.