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:
@@ -322,6 +322,9 @@ public:
|
||||
void setParenthesesMatchingEnabled(bool b);
|
||||
bool isParenthesesMatchingEnabled() const;
|
||||
|
||||
void setAutoParenthesesEnabled(bool b);
|
||||
bool isAutoParenthesesEnabled() const;
|
||||
|
||||
void setHighlightCurrentLine(bool b);
|
||||
bool highlightCurrentLine() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user