MatchingText Class
(CPlusPlus::MatchingText)Static Public Members
bool | contextAllowsAutoParentheses(const QTextCursor &cursor, const QString &textToInsert, IsNextBlockDeeperIndented isNextIndented = IsNextBlockDeeperIndented()) |
bool | contextAllowsAutoQuotes(const QTextCursor &cursor, const QString &textToInsert) |
bool | contextAllowsElectricCharacters(const QTextCursor &cursor) |
QString | insertMatchingBrace(const QTextCursor &tc, const QString &text, QChar lookAhead, bool skipChars, int *skippedChars) |
QString | insertMatchingQuote(const QTextCursor &tc, const QString &text, QChar lookAhead, bool skipChars, int *skippedChars) |
QString | insertParagraphSeparator(const QTextCursor &tc) |
bool | isInCommentHelper(const QTextCursor &currsor, Token *retToken = 0) |
bool | shouldInsertMatchingText(const QTextCursor &tc) |
bool | shouldInsertMatchingText(QChar lookAhead) |
CPlusPlus::Kind | stringKindAtCursor(const QTextCursor &cursor) |