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.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2234

-- Commit Summary --

  * Plugin-API: added 'project_close()' and 'project_load_file()'

-- File Changes --

    M src/plugindata.h (2)
    M src/project.c (13)
    M src/project.h (8)

-- Patch Links --

https://github.com/geany/geany/pull/2234.patch
https://github.com/geany/geany/pull/2234.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2234

Reply via email to