diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 76a801c4a6..d5dd83f3c6 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -806,6 +806,12 @@ void ScriptEditor::_close_all_tab(int except) { } } +void ScriptEditor::_copy_script_path() { + ScriptTextEditor *ste = tab_container->get_child(tab_container->get_current_tab())->cast_to(); + Ref