diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-08-12 11:19:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 11:19:26 +0200 |
commit | b18747af4b9e7b1fbfb35a478556eba6328ccce5 (patch) | |
tree | 5b93f7082ae7d19d54a20aceec6891d3b55cd7a7 /editor/plugins/script_text_editor.h | |
parent | 3123fe8ec6435e206fcf7fc2dc5f8e04c5e08901 (diff) | |
parent | 282deb9a7a478173ee876dcb97b441ef588cf09b (diff) |
Merge pull request #31179 from KoBeWi/code_editor_magic
Add Evaluate Selection option to Script Editor
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r-- | editor/plugins/script_text_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 4b2307555b..38c6da5c33 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -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, |