Summary: | Bidi text: no method for right- and left- aligning text in standard KDE text boxen | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | elcuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dotan Cohen
2008-06-30 12:05:05 UTC
This issue (IMHO) speaks about the automatic text direction detection we had in Qt3 and lost in Qt4. It should be applied to KLineEdit KTextEdit. I tried to modify a working copy of mine a few months ago, and found out that I needed to access some pivate members of QTextEdit or something. I will try and find out what can be done for KDE 4.2. Meanwhile, IMHO, we can enable the enhanced support for RTL languages by default in KApplication (this can be enabled trough qtconfig, but not all distros will publish this application). What do you think? Thanks, Diego. I googled kapplication, but I am still unclear as to what it is. If you can RTFM me with a link to more info about kapplication I'd appreciate it. Will this enable proper directionality in all (or some) KDE apps? And even if a particular distro does not include it, can it be added afterwards without recompiling KDE? Ahalan Dotan Please start qtconfig, go to the "Interfacr tab", check "Enhanced support for languages written right-to-left", and restart KDE. Now in QTextEdit and QLineEdit based widgets you will be able to change the paragraphs direction. BTW, this is not a duplicate of http://bugs.kde.org/show_bug.cgi?id=156093 -> this one talks about different wigets ;-) > Now in QTextEdit and QLineEdit based widgets you will be
> able to change the paragraphs direction.
Thanks, but how?!? What is the keyboard shortcut?
(oops... I forgot to reply...) control+shift on the right, or left side of the keyword. Just like in Windows. With the exception of Kate, this issue seems to be resolved in all KDE apps now. If I come across any exceptions, I will file them as separate bug reports. Thanks! |