platform-ui-home/bidi/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (as text) (annotate)
Mon Mar 14 19:13:53 2005 UTC (4 years, 8 months ago) by tod
Branch: MAIN
CVS Tags: HEAD
Added bidi status
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<p><font size="+3"><strong>Work in Progress for Bidirectional Support </strong></font></p>
<p>We have generated fragments for the Hebrew locale for testing purposes based 
  on the icons flagged as requiring inversion by Emad El-Agouz at IBM Egypt. You 
  can find them in <a href="iw_fragments.zip">iw_fragments.zip</a>. This zip file 
  also includes a class called the ImageFlipper which is an SWT snippet to flip 
  all of the icons in our directory and write them out to another.</p>
<p><strong>To run Eclipse with these fragments:</strong><br>
  Import them as existing projects into your workspace and then run an Eclipse 
  application with the command line arguments -dir rtl -nl iw_IR. This zip only 
  includes the plug-ins in the SDK although Emad has produced icons for more strings. 
  Note that these are test fragments for the Hebrew locale - we do not expect 
  them to ship this way.</p>
<p><strong>To regenerate the icons:</strong><br>
  Should you wish to regenerate these icons run the ImageFlipper with two arguments 
  to main - the path of the source and the path of the destination.</p>
<p><strong>Status:</strong><br>
  The workbench, views and ide have all been updated to handle nl awareness as 
  of build I20050315. It is likely that most other plug-ins will not invert correctly 
  with thier fragments as they are most likely not looking up thier paths with 
  the $nl$ prefix when they call (this was an issue for us).</p>
<p>As we am not sure where these icons are in the UI will ask the nl teams to 
  log problem reports to the teams in question when they come across an con that 
  has not been restored (flipped back correctly).</p>
<p><br>
  March 14, 2005</p>
<p>&nbsp; </p>
</body>
</html>