forked from qt-creator/qt-creator
Editor: Add actions for view page/line up/down.
Task-number: QTCREATORBUG-4994 Change-Id: Ia6ce1a01cd78dd1987404d77f6b0c0da41b4929e Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -119,6 +119,10 @@ const char GOTO_BLOCK_END[] = "TextEditor.GotoBlockEnd";
|
||||
const char GOTO_BLOCK_END_WITH_SELECTION[] = "TextEditor.GotoBlockEndWithSelection";
|
||||
const char SELECT_BLOCK_UP[] = "TextEditor.SelectBlockUp";
|
||||
const char SELECT_BLOCK_DOWN[] = "TextEditor.SelectBlockDown";
|
||||
const char VIEW_PAGE_UP[] = "TextEditor.viewPageUp";
|
||||
const char VIEW_PAGE_DOWN[] = "TextEditor.viewPageDown";
|
||||
const char VIEW_LINE_UP[] = "TextEditor.viewLineUp";
|
||||
const char VIEW_LINE_DOWN[] = "TextEditor.viewLineDown";
|
||||
const char MOVE_LINE_UP[] = "TextEditor.MoveLineUp";
|
||||
const char MOVE_LINE_DOWN[] = "TextEditor.MoveLineDown";
|
||||
const char COPY_LINE_UP[] = "TextEditor.CopyLineUp";
|
||||
|
||||
Reference in New Issue
Block a user