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
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,