1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add Evaluate Selection option to Script Editor

This commit is contained in:
Tomasz Chabora
2019-08-07 16:31:33 +02:00
parent 05d58a4e6a
commit 282deb9a7a
2 changed files with 31 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ class ScriptTextEditor : public ScriptEditorBase {
EDIT_TO_UPPERCASE,
EDIT_TO_LOWERCASE,
EDIT_CAPITALIZE,
EDIT_EVALUATE,
EDIT_TOGGLE_FOLD_LINE,
EDIT_FOLD_ALL_LINES,
EDIT_UNFOLD_ALL_LINES,