forked from qt-creator/qt-creator
CMake editor: Use keywords scheme for functions
The Link color from inkpot still needs to be changed. This will be done in a following commit. Task-number: QTCREATORBUG-5037 Change-Id: Ia8a5203067761ff6622258fd16f2027667637583 Reviewed-on: http://codereview.qt.nokia.com/273 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
This commit is contained in:
committed by
Leandro T. C. Melo
parent
189058eacd
commit
a3daedc7b7
@@ -130,7 +130,7 @@ void CMakeEditorWidget::setFontSettings(const TextEditor::FontSettings &fs)
|
||||
static QVector<QString> categories;
|
||||
if (categories.isEmpty()) {
|
||||
categories << QLatin1String(TextEditor::Constants::C_LABEL) // variables
|
||||
<< QLatin1String(TextEditor::Constants::C_LINK) // functions
|
||||
<< QLatin1String(TextEditor::Constants::C_KEYWORD) // functions
|
||||
<< QLatin1String(TextEditor::Constants::C_COMMENT)
|
||||
<< QLatin1String(TextEditor::Constants::C_STRING)
|
||||
<< QLatin1String(TextEditor::Constants::C_VISUAL_WHITESPACE);
|
||||
|
Reference in New Issue
Block a user