[Github-comments] [geany/geany] Tagmanager file format (#2232)

Matthew Brush notifications at xxxxx
Sat Jul 27 20:37:36 UTC 2019


The TagManager format is not really meant to be used directly (hence the lack of docs), it's meant to be generated by Geany itself using the `-g` option. If you're really interested, you can find the code that reads and writes this format in [tm_source_file.c](https://github.com/geany/geany/blob/9c91c287803ae05ce0f2aacd605564301e0ef4aa/src/tagmanager/tm_source_file.c).

I believe Geany can also load Ctags format, written by tools like [universal-ctags](https://github.com/universal-ctags/ctags) as well, if you need something more advanced than pipe format, without reverse-engineering TM format.

-- 
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/issues/2232#issuecomment-515711902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190727/1f161753/attachment.html>


More information about the Github-comments mailing list