Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Wordwarp in RTL languages
Wordwarp in RTL languages [message #461250] Mon, 08 January 2007 04:40 Go to next message
Eclipse UserFriend
Originally posted by: shynahum.t2.technion.ac.il

Hello All,

(Please let me know if this isn't the right newsgroup for this question)

I am trying to display an RTL text document with word wrapping enabled.
I'm running Eclipse with (-dir rtl) and open a Hebrew document. The editor
then displays the text and word wrapping is enabled. However, the word
wrapping is somewhat messed up.

I am using the following code:

public class OperationTable extends TextEditor {
....
public void createPartControl(Composite parent) {
super.createPartControl(parent);
ISourceViewer srcview = this.getSourceViewer();

srcview.getTextWidget().setWordWrap(true);
}
...
}

Is it a known bug, or have I done something wrong?
(If needed, I can provide more info and upload a screen shot)
Re: Wordwarp in RTL languages [message #461254 is a reply to message #461250] Mon, 08 January 2007 05:47 Go to previous message
Eclipse UserFriend
Not something that I've heard before, but I think the word wrap was experimental anyway? It's probably worth filing a bug at https://bugs.eclipse.org with screenshots, so that if anyone else comes across it, they can refer to the same thing. Code to reproduce (as in your message) would be good too.

Alex.
Previous Topic:How to make my RCP application more beautiful?
Next Topic:resource loading problem in jar
Goto Forum:
  


Current Time: Tue Mar 25 19:07:32 EDT 2025

Powered by FUDForum. Page generated in 0.03596 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top