Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.11.0
-
None
-
-
9cbe2439dd (qt-creator/qt-creator/8.0) 9cbe2439dd (qt-creator/qt-creator/master) 9cbe2439dd (qt-creator/tqtc-qt-creator/8.0)
Description
Description
Now there's only one rule to configure preprocessor macro color.
What I suggest is to split it to multiple preprocessor highlight rules:
- preprocessor keywords (such as #if, #ifdef, #define, #pragma)
- preprocessor macro definitions (the name of my macro right after #define)
- preprocessor macro usings (where my macro is used, not defined)
Current highlight:
Suggested highlight:
I think it would be super convinient for users to see defference in preprocessor highlight.