forked from qt-creator/qt-creator
Snippets: Enable editor's parentheses matching.
This commit is contained in:
@@ -55,6 +55,7 @@ SnippetEditor::SnippetEditor(QWidget *parent) : BaseTextEditor(parent)
|
||||
setFrameStyle(QFrame::StyledPanel | QFrame::Sunken);
|
||||
setHighlightCurrentLine(false);
|
||||
setLineNumbersVisible(false);
|
||||
setParenthesesMatchingEnabled(true);
|
||||
}
|
||||
|
||||
SnippetEditor::~SnippetEditor()
|
||||
|
||||
Reference in New Issue
Block a user