forked from qt-creator/qt-creator
Add join-line up/down feature to text editor
Merge-request: 1823 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
e2400f5788
commit
ec2b738d61
@@ -412,6 +412,9 @@ public slots:
|
||||
void copyLineUp();
|
||||
void copyLineDown();
|
||||
|
||||
void joinLineUp();
|
||||
void joinLineDown();
|
||||
|
||||
void cleanWhitespace();
|
||||
|
||||
signals:
|
||||
@@ -620,6 +623,7 @@ private:
|
||||
void handleBackspaceKey();
|
||||
void moveLineUpDown(bool up);
|
||||
void copyLineUpDown(bool up);
|
||||
void joinLineUpDown(bool up);
|
||||
void saveCurrentCursorPositionForNavigation();
|
||||
void updateCurrentLineHighlight();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user