Calltips have missing space after comma for parameters

Yeah, I've noticed that too after switching to the new parser. Does #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 (#3032). So looks like C#, D and Java could be changed to the c-based.c parsers from ctags.

See universal-ctags/ctags#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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3474/1527663229@github.com>