Commit Graph

6 Commits

Author SHA1 Message Date
f3c44f00a9 Merge pull request #106099 from xefensor/master
Fix edit resource on inspector when inside array or dictionary
2025-11-07 10:32:34 -06:00
7df65de796 Inline Array and Dictionary inspector buttons 2025-10-29 12:51:11 -04:00
c9b3896911 Fix edit resource on inspector when inside array or dictionary
refactor

Fix dictionary
2025-10-06 12:34:26 +02:00
45f089a143 Enable objects stored as dictionary keys to be selected in inspector.
Currently, when using the stack trace or the remote scene tree and selecting an
object containing a dictionary, secondary objects that are stored as values in
the dictionary can be opened in inspector by clicking on them. However,
attempting to open the same secondary object if it is stored as a key in the
dictionary will result in nothing happening.

This is fixed by connecting keys to the "object_id_selected" signal the same
way values are connected.
2025-09-06 10:04:33 -04:00
5593ac4e3b Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00