1
0
Fork 0
godot/editor/inspector
风青山 39141e7b9c
Disallow clicking to toggle the checkbox of a theme override of type `Resource` to checked
These resources are external, but can be further categorized as follows:

1. Imported resource;
2. Embedded resource (no resource path, provided by the engine);
3. Other text-based resource.

Resources of different categorie may need different strategies.

Currently, for resource types, it is up to the user to decide what to do
next.  Clicking to toggle checkboxes is not allowed, but you can still
manipulate resources through the `EditorResourcePicker`'s context menu
(right-click on a resource in the inspector or click the down arrow icon
next to the resource to open the menu).
2025-08-13 16:19:42 +08:00
..
SCsub
add_metadata_dialog.cpp
add_metadata_dialog.h
editor_context_menu_plugin.cpp
editor_context_menu_plugin.h
editor_inspector.compat.inc
editor_inspector.cpp Disallow clicking to toggle the checkbox of a theme override of type `Resource` to checked 2025-08-13 16:19:42 +08:00
editor_inspector.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
editor_preview_plugins.cpp
editor_preview_plugins.h
editor_properties.cpp Disable auto translation of flag names in the inspector 2025-08-04 16:09:07 +08:00
editor_properties.h Fix export path "leaking" between presets 2025-07-10 15:18:34 +02:00
editor_properties_array_dict.cpp Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
editor_properties_array_dict.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
editor_properties_vector.cpp
editor_properties_vector.h
editor_property_name_processor.cpp
editor_property_name_processor.h
editor_resource_picker.cpp Fix error when dragging non-resource file 2025-07-16 11:23:09 +02:00
editor_resource_picker.h
editor_resource_preview.cpp Fix inconsistent thumbnail width 2025-08-01 15:32:00 +02:00
editor_resource_preview.h
editor_resource_tooltip_plugins.cpp
editor_resource_tooltip_plugins.h
editor_sectioned_inspector.cpp Fix hidden scrollbar in editor settings 2025-07-17 20:39:49 +02:00
editor_sectioned_inspector.h
input_event_editor_plugin.cpp Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
input_event_editor_plugin.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
multi_node_edit.cpp
multi_node_edit.h
property_selector.cpp
property_selector.h
sub_viewport_preview_editor_plugin.cpp
sub_viewport_preview_editor_plugin.h
tool_button_editor_plugin.cpp Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
tool_button_editor_plugin.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00