aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-08-20 15:25:28 +0200
committerGitHub2017-08-20 15:25:28 +0200
commitf4e2baae7fa54f2501818be4bc7963995fe427fd (patch)
treee19ef02b68b82fb322351bd6205275c19a110e96 /editor/plugins/script_text_editor.h
parent20ab8c11567c6edadb26292ce99367281f251d4e (diff)
parentde95e65d109b49488bbba7d3a741bb0e81d1123b (diff)
downloadgodot-f4e2baae7fa54f2501818be4bc7963995fe427fd.tar.gz
godot-f4e2baae7fa54f2501818be4bc7963995fe427fd.tar.zst
godot-f4e2baae7fa54f2501818be4bc7963995fe427fd.zip
Merge pull request #10476 from Paulb23/delete_current_line_issue_9643
Delete current line, issue 9643
Diffstat (limited to '')
-rw-r--r--editor/plugins/script_text_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h
index e55847832..c50597622 100644
--- a/editor/plugins/script_text_editor.h
+++ b/editor/plugins/script_text_editor.h
@@ -74,6 +74,7 @@ class ScriptTextEditor : public ScriptEditorBase {
EDIT_MOVE_LINE_DOWN,
EDIT_INDENT_RIGHT,
EDIT_INDENT_LEFT,
+ EDIT_DELETE_LINE,
EDIT_CLONE_DOWN,
EDIT_PICK_COLOR,
EDIT_TO_UPPERCASE,