[Github-comments] [geany] More Build-menu Entries (#782)

Devyn Collier Johnson notifications at xxxxx
Sun Nov 29 19:11:17 UTC 2015


I have read http://www.geany.org/manual/#various-preferences and http://wiki.geany.org/howtos/configurebuildmenu . I am wanting to have additional entries in the build-menu besides the default amount provided. I have tried setting "number_ft_menu_items" to "7" in geany.conf and then adding the below code to filetypes.c.

```FT_03_LB=Splint
FT_03_CM=splint -I. -hints -checks "%d/%f"
FT_03_WD=```

I need more build-menu entries that I can configure. I have many syntax/code checkers, lint programs, and analyzers that are specific to various programming languages. Having three filetype-specific and four non-filetype-specific build-menu entries is not enough for me.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/782
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151129/d9caec83/attachment.html>


More information about the Github-comments mailing list