forked from qt-creator/qt-creator
Surround selected text with matching symbols on (, [, {, " and '.
Merge-request: 198 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
committed by
Leandro Melo
parent
f8e89a92db
commit
cda026ee34
@@ -171,6 +171,9 @@ public:
|
||||
void setAutoParenthesesEnabled(bool b);
|
||||
bool isAutoParenthesesEnabled() const;
|
||||
|
||||
void setSurroundWithEnabled(bool b);
|
||||
bool isSurroundWithEnabled() const;
|
||||
|
||||
void setHighlightCurrentLine(bool b);
|
||||
bool highlightCurrentLine() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user