diff options
| author | Paulb23 | 2017-08-20 13:31:30 +0100 |
|---|---|---|
| committer | Paulb23 | 2017-08-20 13:31:30 +0100 |
| commit | de95e65d109b49488bbba7d3a741bb0e81d1123b (patch) | |
| tree | 6bc12c24d5bb451836d82282c1b53bc272d1597e /editor/plugins/script_text_editor.h | |
| parent | 7e5890d23d882547ae465fb7756b74be5bc1f62b (diff) | |
| download | godot-de95e65d109b49488bbba7d3a741bb0e81d1123b.tar.gz godot-de95e65d109b49488bbba7d3a741bb0e81d1123b.tar.zst godot-de95e65d109b49488bbba7d3a741bb0e81d1123b.zip | |
Diffstat (limited to 'editor/plugins/script_text_editor.h')
| -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, |
