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

Jiří Techet notifications at xxxxx
Sun Nov 28 14:37:03 UTC 2021


> Hmmm, well, I can't tell any difference from the old one, are you sure its being used?
> None of the features here seem to work, maybe Geany needs more to support them?

These tag kinds are currently not mapped to anything in Geany but better to make sure the parser works correctly before adding more stuff (I did the same with other parsers too):
```
{'h', tm_tag_undef_t}, \
{'l', tm_tag_undef_t}, \
{'z', tm_tag_undef_t}, \
{'L', tm_tag_undef_t}, \
{'D', tm_tag_undef_t},
{'A', tm_tag_undef_t},
{'N', tm_tag_undef_t},
{'U', tm_tag_undef_t},
{'Z', tm_tag_undef_t},
```
Have you tried some tricky file that produced wrong output before with the new parser?

> (geany:100237): Tagmanager-WARNING **: 00:10:04.254: definition tag for refonly kind(using) is made: Setting

I'll have a look at this.

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


More information about the Github-comments mailing list