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

@@ -60,8 +60,7 @@ const char * const MOVE_LINE_UP = "TextEditor.MoveLineUp";
const char * const MOVE_LINE_DOWN = "TextEditor.MoveLineDown";
const char * const COPY_LINE_UP = "TextEditor.CopyLineUp";
const char * const COPY_LINE_DOWN = "TextEditor.CopyLineDown";
const char * const JOIN_LINE_UP = "TextEditor.JoinLineUp";
const char * const JOIN_LINE_DOWN = "TextEditor.JoinLineDown";
const char * const JOIN_LINES = "TextEditor.JoinLines";
const char * const CUT_LINE = "TextEditor.CutLine";
const char * const DELETE_LINE = "TextEditor.DeleteLine";
const char * const DELETE_WORD = "TextEditor.DeleteWord";