forked from qt-creator/qt-creator
Add join-line up/down feature to text editor
Merge-request: 1823 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
e2400f5788
commit
ec2b738d61
@@ -60,6 +60,8 @@ 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 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