diff options
| author | Juan Linietsky | 2014-11-13 01:52:17 -0200 |
|---|---|---|
| committer | Juan Linietsky | 2014-11-13 01:52:17 -0200 |
| commit | 3daab56f170e7ff5d5a2057b5b47abd6d484eec9 (patch) | |
| tree | e3489a37af0e6f5993a907b0465930091eb22d47 /tools/editor/plugins/script_editor_plugin.h | |
| parent | d02953c5963ca080d26500ea8250e0632a80b234 (diff) | |
| parent | e2ba6ecf57ad4bb8b90d09dd02738995cd210bba (diff) | |
| download | godot-3daab56f170e7ff5d5a2057b5b47abd6d484eec9.tar.gz godot-3daab56f170e7ff5d5a2057b5b47abd6d484eec9.tar.zst godot-3daab56f170e7ff5d5a2057b5b47abd6d484eec9.zip | |
Merge pull request #879 from DCubix/master
GDScript Editor Goodies
Diffstat (limited to '')
| -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 69b8739d6..62508253e 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, |
