[Github-comments] [geany/geany] Upstream or alternative solution for ctags regex parsers (#2119)

elextr notifications at xxxxx
Thu Apr 25 00:12:48 UTC 2019


@techee  @masatake  @b4n 

I assume you are talking about having u-ctags provide a library that other apps can use?  Thats a good idea. Why not refactor u-ctags to separate the parsers and parsing infrastructure from the command line and file writing stuff.  That way such a library only includes parsing, thats the part most apps want and the library can be used by the u-ctags app of course :).  

As I think @techee proposed apps (including u-ctags itself) should register functions to provide things like reading files and accepting tags, for u-ctags to write to disk (I presume) and for Geany to add to symbols.

Also apps need to be able to not build in parsers for languages they don't want, there are twice as many files in u-ctags/parsers as in Geany/parsers directory.

-- 
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/2119#issuecomment-486472477
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190424/3b4888c9/attachment.html>


More information about the Github-comments mailing list