This PR adds the functions project_close()
and project_load_file()
to the plugin API, increasing the API version to 240.
I need the functions accessible for the Workbench plugin to enable the user to activate/select a project. On such a selection event the Workbench plugin will first call project_close()
and then project_load_file()
to change the active/opened project.
https://github.com/geany/geany/pull/2234
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.