C++ editor: Use the new indenter to make indenting selections fast.

This commit is contained in:
Christian Kamm
2010-07-06 14:52:38 +02:00
parent 74ed3e8a11
commit e086c67e8e
3 changed files with 38 additions and 8 deletions

View File

@@ -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,