forked from qt-creator/qt-creator
Introduce a Delete Line action that doesn't copy to clipboard
The version that does copy to clipboard is now called Cut Line, and is still mapped to Shift+Delete by default.
This commit is contained in:
@@ -98,6 +98,7 @@ private slots:
|
||||
void unCollapseAll();
|
||||
void collapse();
|
||||
void expand();
|
||||
void cutLine();
|
||||
void deleteLine();
|
||||
void selectEncoding();
|
||||
void increaseFontSize();
|
||||
@@ -129,6 +130,7 @@ private:
|
||||
QAction *m_unCollapseAllAction;
|
||||
QAction *m_collapseAction;
|
||||
QAction *m_expandAction;
|
||||
QAction *m_cutLineAction;
|
||||
QAction *m_deleteLineAction;
|
||||
QAction *m_selectEncodingAction;
|
||||
QAction *m_increaseFontSizeAction;
|
||||
|
||||
Reference in New Issue
Block a user