beginnings of fancy snippet editing support

This commit is contained in:
mae
2010-01-19 12:28:50 +01:00
parent 701b3e0ac2
commit 4959230cc5
5 changed files with 184 additions and 23 deletions

View File

@@ -482,6 +482,7 @@ public:
UnusedSymbolSelection,
FakeVimSelection,
OtherSelection,
SnippetPlaceholderSelection,
NExtraSelectionKinds
};
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
@@ -635,6 +636,8 @@ private:
void showLink(const Link &);
void clearLink();
void universalHelper(); // test function for development
// parentheses matcher
private slots:
void _q_matchParentheses();