make auto parentheses opt-in for individual editors. Currently

its only turned on in the cpp editor.
This commit is contained in:
mae
2009-09-15 17:15:11 +02:00
parent 1c4fc0d7dd
commit 20ab82ce73
4 changed files with 18 additions and 2 deletions

View File

@@ -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;