Snippets: Enable editor's parentheses matching.

This commit is contained in:
Leandro Melo
2010-11-08 11:45:39 +01:00
parent de527d060d
commit 212e39a972

View File

@@ -55,6 +55,7 @@ SnippetEditor::SnippetEditor(QWidget *parent) : BaseTextEditor(parent)
setFrameStyle(QFrame::StyledPanel | QFrame::Sunken);
setHighlightCurrentLine(false);
setLineNumbersVisible(false);
setParenthesesMatchingEnabled(true);
}
SnippetEditor::~SnippetEditor()