forked from qt-creator/qt-creator
Automagically insert matching characters.
This commit is contained in:
@@ -41,6 +41,7 @@ class CPLUSPLUS_EXPORT MatchingText
|
||||
public:
|
||||
MatchingText();
|
||||
|
||||
QString insertMatchingBrace(const QTextCursor &tc, const QString &text, int *skippedChars) const;
|
||||
QString insertParagraphSeparator(const QTextCursor &tc) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user