[Github-comments] [geany/geany] Use cxx parser from uctags (PR #3032)

Masatake YAMATO notifications at xxxxx
Tue Nov 30 22:17:58 UTC 2021


I'm reading mini-geany.c.
It accesses `kindDefinition`. So separator definition attached to it can be accessed from geany.
See scopeSeparator in main/kind.h of u-ctags.  

However, there is no way to access 'parserDefinition' where a default scope separator is defined.
The default scope separator is used only when per kind scopeSeparator is not defined.
No accessor for the default scope separator is for Geany now.
scopeSeparatorFor() is a good candidate as a part of API exported to Geany.
I will inspect more if you request.

-- 
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/3032#issuecomment-983070216
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211130/72fcba8a/attachment-0001.htm>


More information about the Github-comments mailing list