aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
diff options
context:
space:
mode:
authorMattUV2017-12-08 19:17:10 +0100
committerMattUV2017-12-08 19:21:48 +0100
commite669ca2576136c0cd086adaab9c32e0146e62adb (patch)
treef5d25215dc2077b64e13cc137964fc3de1ce54f3 /editor/plugins/script_text_editor.h
parentb3b4727dff009dda0a65b8a013ec04d52a54b367 (diff)
downloadgodot-e669ca2576136c0cd086adaab9c32e0146e62adb.tar.gz
godot-e669ca2576136c0cd086adaab9c32e0146e62adb.tar.zst
godot-e669ca2576136c0cd086adaab9c32e0146e62adb.zip
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r--editor/plugins/script_text_editor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h
index 722015ef3..e3b81e7c3 100644
--- a/editor/plugins/script_text_editor.h
+++ b/editor/plugins/script_text_editor.h
@@ -91,8 +91,7 @@ class ScriptTextEditor : public ScriptEditorBase {
EDIT_TO_UPPERCASE,
EDIT_TO_LOWERCASE,
EDIT_CAPITALIZE,
- EDIT_FOLD_LINE,
- EDIT_UNFOLD_LINE,
+ EDIT_TOGGLE_FOLD_LINE,
EDIT_FOLD_ALL_LINES,
EDIT_UNFOLD_ALL_LINES,
SEARCH_FIND,