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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user