forked from qt-creator/qt-creator
Editor: Make parenthese mismatch color configurable.
Task-number: QTCREATORBUG-14357 Change-Id: I92a0d50fb8f3448195f3d38f7544a31eb695733b Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -46,6 +46,7 @@ const char *nameForStyle(TextStyle style)
|
||||
case C_SEARCH_RESULT: return "SearchResult";
|
||||
case C_SEARCH_SCOPE: return "SearchScope";
|
||||
case C_PARENTHESES: return "Parentheses";
|
||||
case C_PARENTHESES_MISMATCH:return "ParenthesesMismatch";
|
||||
case C_CURRENT_LINE: return "CurrentLine";
|
||||
case C_CURRENT_LINE_NUMBER: return "CurrentLineNumber";
|
||||
case C_OCCURRENCES: return "Occurrences";
|
||||
|
||||
Reference in New Issue
Block a user