forked from qt-creator/qt-creator
C++ editor: Use the new indenter to make indenting selections fast.
This commit is contained in:
@@ -476,6 +476,8 @@ protected:
|
||||
*/
|
||||
virtual bool openLink(const Link &link);
|
||||
|
||||
void maybeClearSomeExtraSelections(const QTextCursor &cursor);
|
||||
|
||||
protected slots:
|
||||
virtual void slotUpdateExtraAreaWidth();
|
||||
virtual void slotModificationChanged(bool);
|
||||
@@ -500,8 +502,6 @@ private:
|
||||
void updateHighlights();
|
||||
void updateCurrentLineHighlight();
|
||||
|
||||
void maybeClearSomeExtraSelections(const QTextCursor &cursor);
|
||||
|
||||
void drawFoldingMarker(QPainter *painter, const QPalette &pal,
|
||||
const QRect &rect,
|
||||
bool expanded,
|
||||
|
||||
Reference in New Issue
Block a user