diff options
author | Diego Lopes <diego95lopes@live.com> | 2014-11-12 11:39:21 -0300 |
---|---|---|
committer | Diego Lopes <diego95lopes@live.com> | 2014-11-12 11:39:21 -0300 |
commit | e2ba6ecf57ad4bb8b90d09dd02738995cd210bba (patch) | |
tree | 1810581f87b5a662b1bed3be91453ce26f37fbe8 /tools/editor/plugins/script_editor_plugin.h | |
parent | c8cd5222a7fa931f072e02b23c5b9d826d0ef548 (diff) |
Editor goodies update
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index 69b8739d67..62508253e3 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -123,6 +123,12 @@ class ScriptEditor : public VBoxContainer { EDIT_SELECT_ALL, EDIT_COMPLETE, EDIT_AUTO_INDENT, + EDIT_TOGGLE_COMMENT, + EDIT_MOVE_LINE_UP, + EDIT_MOVE_LINE_DOWN, + EDIT_INDENT_RIGHT, + EDIT_INDENT_LEFT, + EDIT_CLONE_DOWN, SEARCH_FIND, SEARCH_FIND_NEXT, SEARCH_REPLACE, |