diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-03-12 13:21:00 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-06-13 10:28:27 +0300 |
commit | 75e6ec88743b9339a0aacb159b4769e1897db631 (patch) | |
tree | dad1a620d05ce1fd5ea50851b30dae3a9c5f4151 /doc/classes/EditorSettings.xml | |
parent | a3c49ad2f0120f41789836a523698db0d4a9f0f2 (diff) | |
download | redot-engine-75e6ec88743b9339a0aacb159b4769e1897db631.tar.gz |
[TextEdit] Expose all auto-wrap modes.
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 59a74b5cd1..fbabdf9c81 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -746,6 +746,9 @@ <member name="text_editor/appearance/gutters/show_line_numbers" type="bool" setter="" getter=""> If [code]true[/code], displays line numbers in a gutter at the left. </member> + <member name="text_editor/appearance/lines/autowrap_mode" type="int" setter="" getter=""> + If [member text_editor/appearance/lines/word_wrap] is set to [code]1[/code], sets text wrapping mode. To see how each mode behaves, see [enum TextServer.AutowrapMode]. + </member> <member name="text_editor/appearance/lines/code_folding" type="bool" setter="" getter=""> If [code]true[/code], displays the folding arrows next to indented code sections and allows code folding. If [code]false[/code], hides the folding arrows next to indented code sections and disallows code folding. </member> |