From 75e6ec88743b9339a0aacb159b4769e1897db631 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:21:00 +0200 Subject: [TextEdit] Expose all auto-wrap modes. --- doc/classes/EditorSettings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/EditorSettings.xml') 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 @@ If [code]true[/code], displays line numbers in a gutter at the left. + + 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]. + 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. -- cgit v1.2.3