> To be clear the former was a question, did the answer mean fixed width 80 
> chars? Or is it fixed width user settable, default 80?

It's fixed 80 now. But if it started truncating paths, we could also get the 
`max_path_length` and set the length to `MAX(80, max_path_length)` to make sure 
we always see the full path and truncate only the signature.

> But as @kugel- pointed out, they are slow.

Yes, but his (and mine as well) problem was that you'd have to wait for the 
calltip for the path which should be always displayed now. Or in other words, I 
tried to make the popup behave in a backwards-compatible way - you should 
always see what you saw in the previous Geany releases and it's the extra part 
could possibly be truncated.

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

Message ID: <geany/geany/pull/3547/[email protected]>

Reply via email to