Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.7.0-rc1, Qt Creator 4.7.0
-
None
-
Ubuntu 18.04
QtCreator 4.7 from Qt binaries
-
-
19c109a076844f71818a08196b76902fb94587b0
Description
With QtCreator 4.7, some text in CMakeLists files seems not recognized by color highlighting and default to black which is an issue on dark themes (especially "Qt Creator Dark").
It seems to affect suffixes of CMake variables beginning with an underscore.
For example:
${PROJECT_NAME}_node
The "_node" will not be visible, see the following screenshot:
The same line with "Default" theme:
And on QtCreator 4.6 with "Qt Creator Dark" theme: