Merge pull request #13230 from sersoong/2.1-test2

Add 'uppercase' and 'lowercase' to script editor
This commit is contained in:
Rémi Verschelde 2017-12-17 20:56:42 +01:00 committed by GitHub
commit 74a8a91da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 2 deletions

View file

@ -126,6 +126,8 @@ class ScriptEditor : public VBoxContainer {
EDIT_COPY,
EDIT_PASTE,
EDIT_SELECT_ALL,
EDIT_UPPERCASE,
EDIT_LOWERCASE,
EDIT_COMPLETE,
EDIT_AUTO_INDENT,
EDIT_TRIM_TRAILING_WHITESAPCE,