Automagically insert matching characters.

This commit is contained in:
Roberto Raggi
2009-09-17 17:57:17 +02:00
parent 245dfe51c6
commit 82b80b9e39
7 changed files with 145 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ public:
~ExpressionUnderCursor();
QString operator()(const QTextCursor &cursor);
int startOfFunctionCall(const QTextCursor &cursor);
int startOfFunctionCall(const QTextCursor &cursor) const;
private:
int startOfExpression(BackwardsScanner &tk, int index);