From cba96066115626d5e7d86caf47284c7b83e59dfb Mon Sep 17 00:00:00 2001 From: ajreckof Date: Thu, 25 Apr 2024 23:16:18 +0200 Subject: Add colored margin in Inspector for arrays and dictionaries. Apply suggestions from code review Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek --- doc/classes/EditorSettings.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index e2fabbd628..54c20bc2ff 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -750,6 +750,10 @@ - [b]Localized:[/b] Displays the localized string for the current editor language if a translation is available for the given property. If no translation is available, falls back to [b]Capitalized[/b]. [b]Note:[/b] To display translated setting names in Project Settings and Editor Settings, use [member interface/editor/localize_settings] instead. + + If [code]true[/code], add a margin around Array, Dictionary, and Resource Editors that are not already colored. + [b]Note:[/b] If [member interface/inspector/nested_color_mode] is set to [b]Containers & Resources[/b] this parameter will have no effect since those editors will already be colored + If [code]true[/code], forces all property groups to be expanded in the Inspector dock and prevents collapsing them. @@ -765,6 +769,12 @@ The number of [Array] or [Dictionary] items to display on each "page" in the inspector. Higher values allow viewing more values per page, but take more time to load. This increased load time is noticeable when selecting nodes that have array or dictionary properties in the editor. + + Control which property editors are colored when they are opened. + - [b]Containers & Resources:[/b] Color all Array, Dictionary, and Resource Editors. + - [b]Resources:[/b] Color all Resource Editors. + - [b]External Resources:[/b] Color Resource Editors that edits an external resource. + If [code]true[/code], subresources can be edited in the current inspector view. If the resource type is defined in [member interface/inspector/resources_to_open_in_new_inspector] or if this setting is [code]false[/code], attempting to edit a subresource always opens a new inspector view. -- cgit v1.2.3