forked from qt-creator/qt-creator
Removed the "Join Lines Up" action
It was a bit confusing, since it reversed the order of the lines. When this would be fixed, the added value of this action is very small, since you can then also simply move your cursor one up before joining the lines.
This commit is contained in:
@@ -115,8 +115,7 @@ private slots:
|
||||
void moveLineDown();
|
||||
void copyLineUp();
|
||||
void copyLineDown();
|
||||
void joinLineUp();
|
||||
void joinLineDown();
|
||||
void joinLines();
|
||||
void updateCurrentEditor(Core::IEditor *editor);
|
||||
|
||||
private:
|
||||
@@ -153,8 +152,7 @@ private:
|
||||
QAction *m_moveLineDownAction;
|
||||
QAction *m_copyLineUpAction;
|
||||
QAction *m_copyLineDownAction;
|
||||
QAction *m_joinLineUpAction;
|
||||
QAction *m_joinLineDownAction;
|
||||
QAction *m_joinLinesAction;
|
||||
|
||||
uint m_optionalActions;
|
||||
QPointer<BaseTextEditor> m_currentEditor;
|
||||
|
||||
Reference in New Issue
Block a user