Surround selected text with matching symbols on (, [, {, " and '.

Merge-request: 198
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
Francois Ferrand
2010-11-24 19:44:54 +01:00
committed by Leandro Melo
parent f8e89a92db
commit cda026ee34
3 changed files with 50 additions and 1 deletions

View File

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