> Calltips have missing space after comma for parameters

Yeah, I've noticed that too after switching to the new parser. Does 
https://github.com/geany/geany/pull/3478 fix that problem? If so, it should be 
submitted to universal-ctags first and if it gets merged, we could then port it 
to Geany. 

> Oh OK, thanks (https://github.com/geany/geany/pull/3032). So looks like C#, D 
> and Java could be changed to the c-based.c parsers from ctags.

See https://github.com/universal-ctags/ctags/issues/3327 - my plan was to 
remove the C/C++ parser in Geany's `c.c` but I didn't get to it yet. Since most 
of the ugly code is related to C/C++, the result should then be easier to 
compare and unify. Note that  we also have to switch to `cpreprocessor.c/h` 
from `lcpp.c/h` that Geany's `c.c` uses. This will be quite complicated for 
collecting function parameters because uctags does it differently, not at the 
preprocessor level like Geany and the output isn't as good as with Geany's 
`c.c`.


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

Message ID: <geany/geany/issues/3474/[email protected]>

Reply via email to