Hello,
how to turn off greying out of code in preprocessor blocks?
For example:
#define X
#ifndef X
// something
#endif
and QtCreator make code between ifndef and endif gray, but i don't want this behaviour.
Hello,
how to turn off greying out of code in preprocessor blocks?
For example:
#define X
#ifndef X
// something
#endif
and QtCreator make code between ifndef and endif gray, but i don't want this behaviour.
Bookmarks