behaviour-tree-test/editor
风青山 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
..
animation Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
asset_library Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
audio Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
debugger Fix Evaluator's format issues caused by special characters in the expression 2025-07-31 12:22:17 -03:00
doc Forward mouse events to embedded no-focus windows. 2025-08-05 22:31:44 +03:00
docks Merge pull request #108883 from aaronfranke/editor-crash-scene-tree-dock 2025-07-23 13:27:08 -05:00
export Remove selective shader baking. 2025-07-23 23:02:43 +03:00
file_system Android: Misc changes 2025-08-03 13:09:10 +05:30
gui Fix inheriting from abstract classes dialog 2025-08-06 08:43:22 +10:00
icons Allow toggling UID display in path properties 2025-06-16 15:46:50 +02:00
import Prevent generating editor 3D scene preview in headless mode. 2025-07-31 11:44:07 +03:00
inspector Disallow clicking to toggle the checkbox of a theme override of type Resource to checked 2025-08-13 16:19:42 +08:00
plugins Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
project_manager Merge pull request #109267 from syntaxerror247/misc 2025-08-03 10:51:15 -05:00
project_upgrade Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
run Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
scene Merge pull request #104945 from YeldhamDev/subgizmo_lock_ignore 2025-08-08 12:28:09 -05:00
script Fix inheriting from abstract classes dialog 2025-08-06 08:43:22 +10:00
settings Keep collapsed state for actions when modifying Input Map 2025-08-05 15:25:47 -04:00
shader Merge pull request #108620 from ColinSORourke/VisualShaderTypeFix 2025-07-24 20:49:40 -05:00
themes Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
translations i18n: Sync translations with Weblate 2025-07-31 22:27:25 +02:00
version_control Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_builders.py SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
editor_data.cpp Fix Editor crash during first scan in headless import mode. 2025-07-27 04:55:23 +03:00
editor_data.h Add class icon cache to EditorNode 2025-05-27 13:59:13 +02:00
editor_interface.compat.inc
editor_interface.cpp Prevent generating editor 3D scene preview in headless mode. 2025-07-31 11:44:07 +03:00
editor_interface.h Revert "Rework scene preview thumbnails" 2025-06-21 00:05:57 +02:00
editor_log.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_log.h Change editor button focus mode to FOCUS_ACCESSIBILITY. 2025-06-08 15:53:27 +03:00
editor_main_screen.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_main_screen.h Improve 2D/3D main screen auto-switching logic 2025-04-09 09:34:44 -07:00
editor_node.cpp Reduce log spam during headless import/export 2025-08-07 13:08:54 -05:00
editor_node.h Merge pull request #107685 from KoBeWi/useless_documentation 2025-07-24 14:23:43 -05:00
editor_string_names.h Always use String as StringName backing internally. 2025-04-23 14:57:03 +02:00
editor_undo_redo_manager.compat.inc Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
editor_undo_redo_manager.cpp Fix crash when checking unsaved history 2025-05-15 22:37:57 +02:00
editor_undo_redo_manager.h Allow undoredo actions to not make history unsaved 2025-05-13 02:40:31 +02:00
register_editor_types.cpp Move remaining 3D files to 3D folder and move physics gizmos to their own physics folder. 2025-07-11 18:46:13 +03:00
register_editor_types.h
SCsub Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
template_builders.py