diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-20 18:08:22 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-20 18:08:22 +0200 |
| commit | 9a790024b6f9c4e484d2b4ed7cc6a39090802be8 (patch) | |
| tree | beb4978cafa8d155f00bbac5782e8d79f2828cee /editor/plugins/script_text_editor.h | |
| parent | a1d2396ab9f486a56a1669546d08759d45012181 (diff) | |
| parent | ff310f0969f87e1c8d89c00e0cb635ab983b6951 (diff) | |
| download | redot-engine-9a790024b6f9c4e484d2b4ed7cc6a39090802be8.tar.gz | |
Merge pull request #76269 from KoBeWi/let's_wrap_this_up
Add shortcut for quick-toggling word wrap
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 1d96376748..1b986401c2 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -129,6 +129,7 @@ class ScriptTextEditor : public ScriptEditorBase { EDIT_TO_LOWERCASE, EDIT_CAPITALIZE, EDIT_EVALUATE, + EDIT_TOGGLE_WORD_WRAP, EDIT_TOGGLE_FOLD_LINE, EDIT_FOLD_ALL_LINES, EDIT_UNFOLD_ALL_LINES, |
