diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 08:16:33 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 08:16:33 +0200 |
commit | 1aa2d8ba1981f3d266b16681a2e614127b5c6c83 (patch) | |
tree | 9713b2ebebd061732618e1e3a817388976ca7d47 /editor/plugins/script_text_editor.h | |
parent | 43b9e89a07bb0926fb66bddbf98981d25a5cccee (diff) | |
parent | d2e651f403b7f583a66e37ef0331362ad70fd1c3 (diff) | |
download | redot-engine-1aa2d8ba1981f3d266b16681a2e614127b5c6c83.tar.gz |
Merge pull request #66553 from PucklaJ/duplicate_lines
Add Duplicate Lines shortcut to CodeTextEditor
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 0efe7d54e3..8c0ba6d7e6 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -126,6 +126,7 @@ class ScriptTextEditor : public ScriptEditorBase { EDIT_UNINDENT, EDIT_DELETE_LINE, EDIT_DUPLICATE_SELECTION, + EDIT_DUPLICATE_LINES, EDIT_PICK_COLOR, EDIT_TO_UPPERCASE, EDIT_TO_LOWERCASE, |