[Github-comments] [geany/geany] Plugin-API: added 'project_close()' and 'project_load_file()' (#2234)

LarsGit223 notifications at xxxxx
Sun Jul 28 19:43:33 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190728/9adb6b47/attachment.html>


More information about the Github-comments mailing list