[Github-comments] [geany/geany] Use the official 'libreadtags' library from ctags for parsing ctags files (PR #3049)

Jiří Techet notifications at xxxxx
Sun Dec 12 09:41:32 UTC 2021


> I don't think tagmanager actually handles parameters as such, it handles the whole argument list as a single string IIRC so you can't access the parameter names.

Ah, ok, maybe I misunderstood the question - if it's about extracting arguments as separate tags, this is just about enabling this feature in Geany but it needs some extra work on Geany side which hasn't been done yet.

> Geany (and ctags??) has no way of specifying scope for these because the scope is lexical not named like structure and class members. So they appear everywhere, not restricted to the appropriate function.

The scope is actually included correctly, we just don't take it into account and it has to be fixed at various places (should be pretty easy).

-- 
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/pull/3049#issuecomment-991864514
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211212/98936e16/attachment.htm>


More information about the Github-comments mailing list