mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Add Evaluate Selection option to Script Editor
This commit is contained in:
parent
05d58a4e6a
commit
282deb9a7a
2 changed files with 31 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue