| Summary: | BIDI3.4: Editor for Adding watch expression should not be mirrored | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Mohamed El-Kholy <khouly> | ||||
| Component: | Debug | Assignee: | 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: |
|
||||||
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. please verify Curtis W Verified. fixed |
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: