forked from qt-creator/qt-creator
Editor: don't leave snippet mode when user pasts/completes.
This commit is contained in:
@@ -462,6 +462,8 @@ public:
|
||||
// Returns the text that needs to be inserted
|
||||
virtual QString insertParagraphSeparator(const QTextCursor &tc) const;
|
||||
|
||||
virtual void setNextChangeIsSnippetSafe();
|
||||
|
||||
protected:
|
||||
static void countBracket(QChar open, QChar close, QChar c, int *errors, int *stillopen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user