fix block highlighting off-by-one

This commit is contained in:
mae
2009-04-24 18:08:22 +02:00
parent 13c699e240
commit b9e376f5dd
2 changed files with 7 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ public:
static bool findPreviousOpenParenthesis(QTextCursor *cursor, bool select = false);
static bool findNextClosingParenthesis(QTextCursor *cursor, bool select = false);
static bool findPreviousBlockOpenParenthesis(QTextCursor *cursor);
static bool findPreviousBlockOpenParenthesis(QTextCursor *cursor, bool checkStartPosition = false);
static bool findNextBlockClosingParenthesis(QTextCursor *cursor);