aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-11-13 01:52:17 -0200
committerJuan Linietsky2014-11-13 01:52:17 -0200
commit3daab56f170e7ff5d5a2057b5b47abd6d484eec9 (patch)
treee3489a37af0e6f5993a907b0465930091eb22d47 /tools/editor/plugins/script_editor_plugin.h
parentd02953c5963ca080d26500ea8250e0632a80b234 (diff)
parente2ba6ecf57ad4bb8b90d09dd02738995cd210bba (diff)
downloadgodot-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.h6
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,