diff options
author | Hana <48352564+Piralein@users.noreply.github.com> | 2023-02-21 19:15:07 +0100 |
---|---|---|
committer | Hana <48352564+Piralein@users.noreply.github.com> | 2023-02-21 19:28:43 +0100 |
commit | f4b2231cd08bfd817e823666377307e7d158bcbb (patch) | |
tree | a5a49d3a9db057c0b195e7518f04b7b133a95937 /doc/classes/EditorSettings.xml | |
parent | 7e79aead99a53ee7cdf383add9a6a2aea4f15beb (diff) | |
download | redot-engine-f4b2231cd08bfd817e823666377307e7d158bcbb.tar.gz |
update outdated references and examples
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 70ea69a336..29123dbc70 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -757,7 +757,7 @@ </member> <member name="text_editor/behavior/indent/type" type="int" setter="" getter=""> The indentation style to use (tabs or spaces). - [b]Note:[/b] The [url=$DOCS_URL/getting_started/scripting/gdscript/gdscript_styleguide.html]GDScript style guide[/url] recommends using tabs for indentation. It is advised to change this setting only if you need to work on a project that currently uses spaces for indentation. + [b]Note:[/b] The [url=$DOCS_URL/tutorials/scripting/gdscript/gdscript_styleguide.html]GDScript style guide[/url] recommends using tabs for indentation. It is advised to change this setting only if you need to work on a project that currently uses spaces for indentation. </member> <member name="text_editor/behavior/navigation/drag_and_drop_selection" type="bool" setter="" getter=""> If [code]true[/code], allows drag-and-dropping text in the script editor to move text. Disable this if you find yourself accidentally drag-and-dropping text in the script editor. |