[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: RTL and bidi behavior

Maybe.  It isn't clear yet whether changing a block to RTL in an LTR editor 
will ALSO change the overall alignment of the block to right.  It may be 
necessary to also change the alignment.

"Thuc" <tqnguyen@xxxxxxxxxx> wrote in message 
news:d1t4if$npj$1@xxxxxxxxxxxxxxxxxxx
> You're right that case 1 is showing the phrase correctly. Thinking back on
> what I wrote, what I really meant as "correct" behavior is that the RTL
> phrase appear properly in RTL mode. Of course with case 1, with everything
> set to LTR, the text is displayed using LTR layout.
>
> Once GEF RTL and bidi development is working 100%, is it correct to say 
> the
> following?
> With the 4 cases below, we will see only two different results. Regardless
> of the EditorPart orientation, the text will be one of the following based
> only on the BlockFlow orientation:
>
> BLockFlow orientation = LTR
> "25 :<rtl text> (USD)"
>
> BLockFlow orientation = RTL
> "(USD) 25 :<rtl text>"
>
> thanks
>