godot-script-tabs
godot-script-tabs copied to clipboard
4.4 update tab tooltip based on script_editor resource_path
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.
Thanks.