| Summary: | Add configurable line height to katepart | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Leonardo <leonardo.guilherme> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | aspotashev, leonardo.guilherme |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/795a8d568057552b4350f2f73a11443125399ca0 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
Patch that adds a multiplier to line height
Text without a line height multiplier Text with 1,1 line height multiplier Comparison of 1.0, 1.1 and 1.2 multipliers Settings window Ugly text selection. |
||
|
Description
Leonardo
2013-12-15 16:18:33 UTC
Created attachment 84107 [details]
Patch that adds a multiplier to line height
Created attachment 84108 [details]
Text without a line height multiplier
Created attachment 84109 [details]
Text with 1,1 line height multiplier
Created attachment 84110 [details]
Comparison of 1.0, 1.1 and 1.2 multipliers
Created attachment 84111 [details]
Settings window
Created attachment 84112 [details]
Ugly text selection.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/338 Git commit 795a8d568057552b4350f2f73a11443125399ca0 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 22/03/2022 at 18:16. Pushed by waqar into branch 'master'. Add support for custom line height M +3 -0 src/dialogs/katedialogs.cpp M +35 -9 src/dialogs/textareaappearanceconfigwidget.ui M +55 -1 src/render/katerenderer.cpp M +4 -0 src/render/katerenderer.h M +12 -0 src/utils/kateconfig.cpp M +9 -0 src/utils/kateconfig.h M +8 -6 src/view/kateview.cpp https://invent.kde.org/frameworks/ktexteditor/commit/795a8d568057552b4350f2f73a11443125399ca0 |