| 4772 | } |
| 4773 | |
| 4774 | void ScriptEditorPlugin::selected_notify() { |
| 4775 | script_editor->ensure_select_current(); |
| 4776 | _focus_another_editor(); |
| 4777 | } |
| 4778 | |
| 4779 | String ScriptEditorPlugin::get_unsaved_status(const String &p_for_scene) const { |
| 4780 | const PackedStringArray unsaved_scripts = script_editor->get_unsaved_scripts(); |
nothing calls this directly
no test coverage detected