mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename Indent Left/Right to Indent/Dedent
This commit is contained in:
parent
c2f66648f1
commit
ded10214bf
6 changed files with 39 additions and 41 deletions
|
@ -63,8 +63,8 @@ private:
|
|||
EDIT_CONVERT_INDENT_TO_TABS,
|
||||
EDIT_MOVE_LINE_UP,
|
||||
EDIT_MOVE_LINE_DOWN,
|
||||
EDIT_INDENT_RIGHT,
|
||||
EDIT_INDENT_LEFT,
|
||||
EDIT_INDENT,
|
||||
EDIT_UNINDENT,
|
||||
EDIT_DELETE_LINE,
|
||||
EDIT_DUPLICATE_SELECTION,
|
||||
EDIT_TO_UPPERCASE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue