Community
Participate
Working Groups
Build Identifier: SWT3.4.2 create shell with RTL, set file name include ar char to text and table item Bug: file names should be LTR, like EN Reproducible: Always Steps to Reproduce: 1.create shell with RTL. 2.set file name include ar char to text and table item Bug: file names should be LTR, like EN
Created attachment 183550 [details] sample code this is sample code
Created attachment 183551 [details] screen shot
This is up to the application code to created the control with LTR or to use bidi control characters. In Eclipse you can use the TextProcessor (or whatever is newer for 3.6/3.7) to help you insert the bidi controls. See http://todcreaseyeclipse.blogspot.com/2007/03/textprocessor-and-bidi.html