forked from qt-creator/qt-creator
Added support for override/final and enum classes
Change-Id: I6dfe9dd606781046ff5a1ed61315741d2f332cb8 Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
committed by
Christian Kamm
parent
656ecfbf59
commit
95c5ab2746
@@ -1775,6 +1775,8 @@ void CPPEditorWidget::setFontSettings(const TextEditor::FontSettings &fs)
|
||||
fs.toTextCharFormat(TextEditor::C_PREPROCESSOR);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::FunctionUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_FUNCTION);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::PseudoKeywordUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_KEYWORD);
|
||||
m_keywordFormat = fs.toTextCharFormat(TextEditor::C_KEYWORD);
|
||||
|
||||
// only set the background, we do not want to modify foreground properties set by the syntax highlighter or the link
|
||||
|
||||
Reference in New Issue
Block a user