summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.h
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2022-09-29 04:12:52 +0200
committerVolTer <mew.pur.pur@abv.bg>2022-09-29 14:42:46 +0200
commitded10214bf61b189a3e58a17a575d16d27daf93c (patch)
tree34e6dee16ad4669771c8b9b8d381668e0bcb71e8 /editor/plugins/text_editor.h
parentc2f66648f1cb7f26adf77cc3cf91052c95be5dbe (diff)
downloadredot-engine-ded10214bf61b189a3e58a17a575d16d27daf93c.tar.gz
Rename Indent Left/Right to Indent/Dedent
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r--editor/plugins/text_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h
index 15f7c45653..9ee6a39b2e 100644
--- a/editor/plugins/text_editor.h
+++ b/editor/plugins/text_editor.h
@@ -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,