| Issue 69: | Support RTL languages | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Now Marave doesn't have full support for RTL languages like Arabic. You can see that in screen shots comparing with Kwrite. I have attached a test text arabic file.
Feb 23, 2010
Project Member
#1
roberto.alsina
Status:
Started
Feb 23, 2010
Looks like a Qt bug: http://is.gd/8ZYu9 Luckily there seems to be a simple workaround. Could you try r392?
Feb 23, 2010
(No comment was entered for this change.)
Status:
Fixed
Feb 23, 2010
The widget layout has to be mirrored when using RTL.
Status:
Started
Feb 23, 2010
As of r395, the on-screen layout should be mirrored when using RTL languages. If there's anything that looks weird, post it in this issue.
Status:
Fixed
Feb 23, 2010
It doesn't even lunch now. see the output:
linuxcrunch@linux-id5y:~/tmp/marave-0.6/marave-read-only> ./marave-editor
Using non-canvas editor
Traceback (most recent call last):
File "./marave-editor", line 7, in <module>
main()
File "/home/linuxcrunch/tmp/marave-0.6/marave-read-only/marave/main.py", line 1396,
in main
window=MainWidget(opengl=options.opengl, canvaseditor=options.canvas)
File "/home/linuxcrunch/tmp/marave-0.6/marave-read-only/marave/main.py", line 497,
in __init__
self.prefsWidget=PrefsWidget(self._scene,mainwindow=self)
File "/home/linuxcrunch/tmp/marave-0.6/marave-read-only/marave/main.py", line 77,
in __init__
self.loadPlugins()
File "/home/linuxcrunch/tmp/marave-0.6/marave-read-only/marave/main.py", line 95,
in loadPlugins
self.mainwindow.layoutButtons()
File "/home/linuxcrunch/tmp/marave-0.6/marave-read-only/marave/main.py", line 664,
in layoutButtons
self.containerLayout.addItem(self.editor.proxy)
AttributeError: 'FunkyEditor' object has no attribute 'proxy'
Feb 23, 2010
Ok, I broke Qt 4.5 support again. I'll fix it in a minute.
Feb 23, 2010
(No comment was entered for this change.)
Status:
Started
Feb 23, 2010
Could you try r401?
Feb 23, 2010
I will tested when I change my setting to full Arabic setting but what I want an option like what is in Kwrite see the screenshot. You can read more about the auto detecting for BiDi direction and kwrite here: http://bugs.kde.org/show_bug.cgi?id=156093
Feb 23, 2010
I don't see any LTR/RTL options there?
Feb 23, 2010
There is already support to switch from RTL to LTR in a document using the RMB menu, but I have no idea of how these things work.
Feb 24, 2010
In r418, I switch the previous/next icons when in a RTL locale. |