diff options
Diffstat (limited to 'editor/plugins/text_shader_editor.h')
-rw-r--r-- | editor/plugins/text_shader_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/text_shader_editor.h b/editor/plugins/text_shader_editor.h index c1f3162fba..03827f1b83 100644 --- a/editor/plugins/text_shader_editor.h +++ b/editor/plugins/text_shader_editor.h @@ -120,6 +120,7 @@ class TextShaderEditor : public MarginContainer { EDIT_UNINDENT, EDIT_DELETE_LINE, EDIT_DUPLICATE_SELECTION, + EDIT_TOGGLE_WORD_WRAP, EDIT_TOGGLE_COMMENT, EDIT_COMPLETE, SEARCH_FIND, |