[Github-comments] [geany] Add script to creating vala tags (#643)

Matthew Brush notifications at xxxxx
Sat Sep 5 00:21:23 UTC 2015


Alternatively, something like below would do

```bash
geany -Pg ~/.config/geany/tags/all.vala.tags \
    `pkg-config --variable=vapidir libvala-0.NN`/*.vapi
```
Either way, this should probably go on the wiki rather than a pull request. The tag generation scripts we have in source tree are to create tags we ship with Geany itself, rather than to make a tarball of all tags for all libraries. We probably would consider a script that generated tags from the core Vala libraries (libvala, glib, gobject, gio, and maybe gtk+) and output into a tags file we could ship.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/643#issuecomment-137886575
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150904/16a69fe5/attachment.html>


More information about the Github-comments mailing list