diff options
| author | Rémi Verschelde | 2017-08-20 15:25:28 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-20 15:25:28 +0200 |
| commit | f4e2baae7fa54f2501818be4bc7963995fe427fd (patch) | |
| tree | e19ef02b68b82fb322351bd6205275c19a110e96 /editor/plugins/script_text_editor.h | |
| parent | 20ab8c11567c6edadb26292ce99367281f251d4e (diff) | |
| parent | de95e65d109b49488bbba7d3a741bb0e81d1123b (diff) | |
| download | godot-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.h | 1 |
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, |
