forked from qt-creator/qt-creator
Editor: rename "Static" in Font & Colors settings
to more clearer "Enumeration" Change-Id: I785edb6d31a4cd6a0875549f80bcf791ad61587a Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
committed by
Leandro Melo
parent
f47a916c53
commit
33f8a42503
@@ -1765,8 +1765,8 @@ void CPPEditorWidget::setFontSettings(const TextEditor::FontSettings &fs)
|
||||
fs.toTextCharFormat(TextEditor::C_LOCAL);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::FieldUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_FIELD);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::StaticUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_STATIC);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::EnumerationUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_ENUMERATION);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::VirtualMethodUse] =
|
||||
fs.toTextCharFormat(TextEditor::C_VIRTUAL_METHOD);
|
||||
m_semanticHighlightFormatMap[SemanticInfo::LabelUse] =
|
||||
|
||||
Reference in New Issue
Block a user