forked from qt-creator/qt-creator
make auto parentheses opt-in for individual editors. Currently
its only turned on in the cpp editor.
This commit is contained in:
@@ -536,6 +536,7 @@ CPPEditor::CPPEditor(QWidget *parent)
|
||||
m_semanticHighlighter->start();
|
||||
|
||||
setParenthesesMatchingEnabled(true);
|
||||
setAutoParenthesesEnabled(true);
|
||||
setMarksVisible(true);
|
||||
setCodeFoldingSupported(true);
|
||||
setCodeFoldingVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user