Summary: | the LSP plugin doesn't make the popup box large enough to show the text in it without wrapping / scrolling | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Adam Fontenot <adam.m.fontenot+kde> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 24.08.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/99744926e2ac2120a31b6d349245974787a59ff4 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot of issue with large window size |
Description
Adam Fontenot
2024-08-23 15:54:10 UTC
Git commit 99744926e2ac2120a31b6d349245974787a59ff4 by Waqar Ahmed. Committed on 19/10/2024 at 20:14. Pushed by waqar into branch 'master'. Allow word wrapping and fix font in tooltip - Make word wrapping work in tooltip. This was mostly fixing the codeblocks so that they can wrap. Qt makes them non-breakable. - Use the editor font in code blocks. Qt uses the default system mono font, which looks crappy on windows especially - Use window width when calculating size, this allows tooltip to be wide even if the view is not as wide M +34 -6 apps/lib/texthint/tooltip.cpp https://invent.kde.org/utilities/kate/-/commit/99744926e2ac2120a31b6d349245974787a59ff4 |