diff options
author | Jean-Michel Bernard <jmb462@gmail.com> | 2023-03-12 17:48:37 +0100 |
---|---|---|
committer | Jean-Michel Bernard <jmb462@gmail.com> | 2023-09-11 18:36:40 +0200 |
commit | 67dce301aa79448b29dc418c9122ca08c6f96413 (patch) | |
tree | baf82b27a22abd44df75198f620e7ac5d32cb205 /doc/classes/EditorSettings.xml | |
parent | 221884e6bc260c38f16422081b7d4efd49a71375 (diff) | |
download | redot-engine-67dce301aa79448b29dc418c9122ca08c6f96413.tar.gz |
Add code region folding to CodeEdit
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 aa3bf3c535..5a0cb9fc5e 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -959,6 +959,9 @@ <member name="text_editor/theme/highlighting/executing_line_color" type="Color" setter="" getter=""> The script editor's color for the debugger's executing line icon (displayed in the gutter). </member> + <member name="text_editor/theme/highlighting/folded_code_region_color" type="Color" setter="" getter=""> + The script editor's background line highlighting color for folded code region. + </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 definition color configured in the syntax theme for function definitions (e.g. [code]func _ready():[/code]). |