mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #13230 from sersoong/2.1-test2
Add 'uppercase' and 'lowercase' to script editor
This commit is contained in:
commit
74a8a91da3
4 changed files with 51 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue