Open sDIMMaX opened 2 months ago
Hi @sDIMMaX so after doing your steps to reproduce, here's what I found :
I tried to reproduce it on 4.3-stable and it's a fine behaviour imo
@am4sten But if this script, and you change script name you see new name in inspector - old
i think - missing update notification to inspector
connection inspector to this signal :)
or, near this place https://github.com/godotengine/godot/blob/f7c567e2f56d6e63f4749387a67e5ea4903c4696/editor/filesystem_dock.cpp#L1891
node_editor
- connected
Tested versions
Godot 4*
System information
Windows
Issue description
If rename resource file (tres, res), - this changes not updated name this resource in inspector. i rename file to
BronzeSword
, but in inspector still old name -Sword.tres
Not critical issue, just QOL, but i make mistake based on wrong name :(Steps to reproduce
Make resource, save to file, open in inspector, rename resource in file explorer, check name in inspector.
Minimal reproduction project (MRP)
-