forked from qt-creator/qt-creator
Merge branch 'copylines'
Conflicts: src/plugins/texteditor/texteditorconstants.h
This commit is contained in:
@@ -388,6 +388,9 @@ public slots:
|
||||
void moveLineUp();
|
||||
void moveLineDown();
|
||||
|
||||
void copyLineUp();
|
||||
void copyLineDown();
|
||||
|
||||
void cleanWhitespace();
|
||||
|
||||
signals:
|
||||
@@ -513,6 +516,7 @@ private:
|
||||
void handleHomeKey(bool anchor);
|
||||
void handleBackspaceKey();
|
||||
void moveLineUpDown(bool up);
|
||||
void copyLineUpDown(bool up);
|
||||
void saveCurrentCursorPositionForNavigation();
|
||||
|
||||
void drawFoldingMarker(QPainter *painter, const QPalette &pal,
|
||||
|
||||
Reference in New Issue
Block a user