Merge pull request #31179 from KoBeWi/code_editor_magic

Add Evaluate Selection option to Script Editor
This commit is contained in:
Rémi Verschelde 2019-08-12 11:19:26 +02:00 committed by GitHub
commit b18747af4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,