Bug 227910 - Bidi3.4:ACGC RTL Hints and error messages in C++ editors
Summary: Bidi3.4:ACGC RTL Hints and error messages in C++ editors
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 09:40 EDT by Ahmed Moharram CLA
Modified: 2020-09-04 15:23 EDT (History)
4 users (show)

See Also:


Attachments
RTL hints and error messages in C++ editor (74.15 KB, image/jpeg)
2008-04-20 09:41 EDT, Ahmed Moharram CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed Moharram CLA 2008-04-20 09:40:02 EDT
Build ID:  I20080415

Steps To Reproduce:
1.Launch Eclipse with "-nl ar_EG"
2.Open C/C++ Perspective
3.Create a new C++ project
4.Create a new C++ source file
5.Append the line"#include<non-existing.h>" to the headers section. Where "non-existing.h" is a file that does not exist in the Workspace
6. Click on the question mark icon displayed on the left hand side of the source file editor
7. Press F2

Expected results
A hint indicating that the header can't be resolved should open in LTR mode

Actual Results:
The hint is displayed in "RTL" window which affects readability (See the attachment)
Comment 1 Ahmed Moharram CLA 2008-04-20 09:41:20 EDT
Created attachment 96738 [details]
RTL hints and error messages in C++ editor