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:
Thorbjørn Lindeijer
2010-01-20 17:51:05 +01:00
parent 46a96c25b0
commit 808198c41c
5 changed files with 14 additions and 41 deletions

View File

@@ -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;