1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Delete current line, issue 9643

This commit is contained in:
Paulb23
2017-08-20 13:31:30 +01:00
parent 7e5890d23d
commit de95e65d10
2 changed files with 18 additions and 0 deletions

View File

@@ -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,