Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 227014

Summary: BIDI3.4: Editor for Adding watch expression should not be mirrored
Product: [Eclipse Project] JDT Reporter: Mohamed El-Kholy <khouly>
Component: DebugAssignee: Curtis Windatt <curtis.windatt.public>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: afarrag, camle, Michael_Rennie, Tod_Creasey
Version: 3.4   
Target Milestone: 3.4 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Difference between java code in watch expression editor and in watch expression window none

Description Mohamed El-Kholy CLA 2008-04-14 16:10:50 EDT
Created attachment 95985 [details]
Difference between java code in watch expression editor and in watch expression window 

Build ID: I20080412-1030

Steps To Reproduce:
1.In a RHEL terminal , set the variables LANG and LC_ALL to "ar_EG.utf8"
2.Start eclipse using the command ./eclipse -nl ar_EG
3.Create a new Java project and a Java class
4.Add a break point and start debugging 
5.Add a watch expression, the watch expression editing dialog is mirrored so it is difficult to write Java code in it and the code does not appear as in the expressions window


More information:
Comment 1 Michael Rennie CLA 2008-04-15 10:41:45 EDT
fixed in HEAD

This source viewer should be only LTR ordering.

To test the mirroring problem you can also just add the '-dir rtl' program argument to your target launch configuration.
Comment 2 Michael Rennie CLA 2008-04-15 10:42:14 EDT
please verify Curtis W
Comment 3 Curtis Windatt CLA 2008-04-16 15:40:06 EDT
Verified.
Comment 4 Mohamed El-Kholy CLA 2008-07-03 07:30:32 EDT
fixed