[Github-comments] [geany/geany] `sidebar.c` symbols truncated (#2916)

elextr notifications at xxxxx
Thu Oct 7 07:38:12 UTC 2021


Only a few of the symbols for the file `sidebar.c` show up in the symbols pane.  This is due to the lines [here](https://github.com/geany/geany/blob/5b307bc05dbb055a06dc83c1d749ffab46e259e4/src/sidebar.c#L203) within a comment inside a macro not being backslashed confusing ctags.  

Because cpp removes comments before preprocessing its not a problem for the compiler, cpp never sees the comment and the macro is whole, but ctags gets confused and gives up.

Should we just add the backslashes as a workaround.  And is it worth reporting since we don't use the ctags "new C/C++" parser?

-- 
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/issues/2916
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211007/56ccb269/attachment.htm>


More information about the Github-comments mailing list