[Github-comments] [geany/geany-plugins] Workbench: project-related and global build commands (#733)

elextr notifications at xxxxx
Sat Aug 10 23:52:14 UTC 2019


@LarsGit223 I somehow missed your 15 Jun post.

> why should the workbench plugin use the "build-system" of geany.

Only to have the commands in the build command menu, if you have your own menu thats entirely fine.

>  Is there a way to let geany "simply" execute some command without going the way over an extra build source like GEANY_BCS_PLUGIN? (or is that just the reason why)

Obviously spawning is [available](https://www.geany.org/manual/reference/spawn_8h.html) to plugins.

But remember Geany also parses the returns of build commands for error messages and writes it to the compiler window so you can click and go to the line.  You would have to duplicate that (or expose something thats actually really messy and spread from breakfast to dinner inside Geany, well from build.c to msgwin.c to filetypes.c anyway, not good for an API).

-- 
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-plugins/issues/733#issuecomment-520188441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190810/8e2c937a/attachment-0001.html>


More information about the Github-comments mailing list