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

Jiří Techet notifications at xxxxx
Fri Dec 17 15:07:39 UTC 2021


> ... the other big reason I moved away (for C++) is the styling of a name the same wherever it appears, so if something ever appears as a type its gonna be coloured a type even when used for a function, or a variable no matter if its in a totally different scope.

Just remembered I forgot to reply to this one - this is not a Scintilla thing. It's again tag manager (or more precisely `symbols.c`) which injects all type names from tag manager into Scintilla as a list of fake keywords. While it may be a problem to determine scopes correctly and when to do this and when not, it should be no problem to make this behavior configurable.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3049#issuecomment-996793391
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3049/c996793391 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211217/c57f416a/attachment.htm>


More information about the Github-comments mailing list