diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-22 15:48:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 15:48:45 +0300 |
commit | 1dc4007f83ddb4ff58d22cfd6e3db74acd5ae8c1 (patch) | |
tree | 8ae205425b993bf7d1d3c8fd99306904f362c22d /doc/classes/EditorSettings.xml | |
parent | 3cd3ec62e2c9cc7e5ae380f2e79cd32bcd337458 (diff) | |
parent | 84ba33f627fe93401892b477fc1f7a87d067aef8 (diff) |
Merge pull request #64694 from Mickeon/fix-settings-function
Properly refer to functions definition color in description
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 652b834f98..033f63c5ce 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -856,7 +856,7 @@ </member> <member name="text_editor/theme/highlighting/function_color" type="Color" setter="" getter=""> The script editor's function call color. - [b]Note:[/b] When using the GDScript syntax highlighter, this is replaced by the function declaration color configured in the syntax theme for function declarations (e.g. [code]func _ready():[/code]). + [b]Note:[/b] When using the GDScript syntax highlighter, this is replaced by the function definition color configured in the syntax theme for function definitions (e.g. [code]func _ready():[/code]). </member> <member name="text_editor/theme/highlighting/keyword_color" type="Color" setter="" getter=""> The script editor's non-control flow keyword color (used for keywords like [code]var[/code], [code]func[/code], some built-in methods, ...). |