From 67dce301aa79448b29dc418c9122ca08c6f96413 Mon Sep 17 00:00:00 2001 From: Jean-Michel Bernard Date: Sun, 12 Mar 2023 17:48:37 +0100 Subject: Add code region folding to CodeEdit --- 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 aa3bf3c535..5a0cb9fc5e 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -959,6 +959,9 @@ The script editor's color for the debugger's executing line icon (displayed in the gutter). + + The script editor's background line highlighting color for folded code region. + 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]). -- cgit v1.2.3