FIXED: [15.00b2] Long lines not wrapped in LSP hint tooltips

Post bug reports when testing beta versions here.
Post Reply
User avatar
pjj
Posts: 2108
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED: [15.00b2] Long lines not wrapped in LSP hint tooltips

Post by pjj »

Sometimes the tooltip (idk if it's the best word here) with language hint from LSP server is wider than the screen, because the very long line it has isn't wrapped. With PHP code, this may seen with hints for e.g. explode(), unserialize() or header(). Interesting case is with preg_match_all(): tooltip has 100% of screen width, but quite unnecessarily, as the text it contains has very wide margins, both vertical and horizontal.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: [15.00b2] Long lines not wrapped in LSP hint tooltips

Post by Rickard Johansson »

Fixed in final release. Thanks!
Post Reply