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

Reply via email to