forked from qt-creator/qt-creator
removed the folding ribbon from the default configuration, instead
turned a new block highlighting mechanism on.
This commit is contained in:
@@ -167,6 +167,9 @@ public:
|
||||
static bool findPreviousOpenParenthesis(QTextCursor *cursor, bool select = false);
|
||||
static bool findNextClosingParenthesis(QTextCursor *cursor, bool select = false);
|
||||
|
||||
static bool findPreviousBlockOpenParenthesis(QTextCursor *cursor);
|
||||
static bool findNextBlockClosingParenthesis(QTextCursor *cursor);
|
||||
|
||||
|
||||
private:
|
||||
TextMarks m_marks;
|
||||
@@ -464,6 +467,7 @@ private:
|
||||
// parentheses matcher
|
||||
private slots:
|
||||
void _q_matchParentheses();
|
||||
void _q_highlightBlocks();
|
||||
void slotSelectionChanged();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user