godot-script-tabs icon indicating copy to clipboard operation
godot-script-tabs copied to clipboard

4.4 update tab tooltip based on script_editor resource_path

Open gruntmoon opened this issue 3 months ago • 4 comments
trafficstars

In 4.4 (not sure about previous 4.x version), tab_control.get("metadata/_edit_res_path") does not exist.

Replace with a more reliable script_editor.get_open_scripts()[_last_tab_hovered].resource_path.

image

Thanks.

gruntmoon avatar Aug 04 '25 00:08 gruntmoon