forked from qt-creator/qt-creator
Added the helper class MatchingText and use it to automagically insert text for curly braces.
This commit is contained in:
@@ -54,7 +54,6 @@ public:
|
||||
int startOfFunctionCall(const QTextCursor &cursor);
|
||||
|
||||
private:
|
||||
int startOfMatchingBrace(BackwardsScanner &tk, int index);
|
||||
int startOfExpression(BackwardsScanner &tk, int index);
|
||||
int previousBlockState(const QTextBlock &block);
|
||||
bool isAccessToken(const SimpleToken &tk);
|
||||
|
||||
Reference in New Issue
Block a user