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

elextr notifications at xxxxx
Sun Dec 12 09:35:45 UTC 2021


> but Geany uses them when they're in tagmanager format

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.

The new C/C++ parser can parse locals and parameters IIUC, see #3032 and associated discussion.  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.  So #3032 disables them by default until that problem is solved.

-- 
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-991863686
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211212/8198d808/attachment.htm>


More information about the Github-comments mailing list