Summary: | Force text direction | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | AvidSeeker <avidseeker7> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/8c814351a7a6685790d3488b7e8f3a3c776af937 | Version Fixed In: | |
Sentry Crash Report: |
Description
AvidSeeker
2023-04-04 18:44:14 UTC
More background on this issue in gedit: https://gitlab.gnome.org/GNOME/gedit/-/issues/468 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/537 Git commit 8c814351a7a6685790d3488b7e8f3a3c776af937 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 06/04/2023 at 12:20. Pushed by cullmann into branch 'master'. Allow forcing RTL direction The option is available under the "View" menu. Once the option is checked, all the text is forced to the right. Having "Dynamic Word Enabled" is necessary for this to work correctly. Reason being that with static wrapping there is no "right" to which we can force the lines to, "right" is infinity/INT_MAX. Related: bug 433926 M +2 -1 src/data/katepart5ui.rc M +5 -1 src/render/katerenderer.cpp M +19 -0 src/view/kateview.cpp M +3 -0 src/view/kateview.h https://invent.kde.org/frameworks/ktexteditor/commit/8c814351a7a6685790d3488b7e8f3a3c776af937 |