forked from qt-creator/qt-creator
two new actions: "select block up" and "select block down", current default is Ctrl+U
This commit is contained in:
@@ -326,6 +326,9 @@ public slots:
|
||||
void gotoBlockStartWithSelection();
|
||||
void gotoBlockEndWithSelection();
|
||||
|
||||
void selectBlockUp();
|
||||
void selectBlockDown();
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user