forked from qt-creator/qt-creator
added Move Line Up and Move Line Down actions. Can be extended to
support statements later.
This commit is contained in:
@@ -329,6 +329,9 @@ public slots:
|
||||
void selectBlockUp();
|
||||
void selectBlockDown();
|
||||
|
||||
void moveLineUp();
|
||||
void moveLineDown();
|
||||
|
||||
void cleanWhitespace();
|
||||
|
||||
signals:
|
||||
@@ -447,6 +450,7 @@ private:
|
||||
void indentOrUnindent(bool doIndent);
|
||||
void handleHomeKey(bool anchor);
|
||||
void handleBackspaceKey();
|
||||
void moveLineUpDown(bool up);
|
||||
|
||||
void toggleBlockVisible(const QTextBlock &block);
|
||||
QRect collapseBox(const QTextBlock &block);
|
||||
|
||||
Reference in New Issue
Block a user