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:
@@ -117,6 +117,9 @@ TextEditorSettings::TextEditorSettings(QObject *parent)
|
||||
formatDescr.append(FormatDescription(C_PARENTHESES, tr("Parentheses"),
|
||||
tr("Displayed when matching parentheses, square brackets "
|
||||
"or curly brackets are found.")));
|
||||
formatDescr.append(FormatDescription(C_PARENTHESES_MISMATCH, tr("Mismatched Parentheses"),
|
||||
tr("Displayed when mismatched parentheses, "
|
||||
"square brackets, or curly brackets are found.")));
|
||||
formatDescr.append(FormatDescription(C_CURRENT_LINE, tr("Current Line"),
|
||||
tr("Line where the cursor is placed in.")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user