Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-doc-dev] Fixed Patch

Patch released. Thanks Michael.




Michael Behm <mbehm@xxxxxxxxxx> 
Sent by: platform-doc-dev-admin@xxxxxxxxxxx
01/24/2005 03:30 PM
Please respond to
platform-doc-dev


To
Jim des Rivieres/Ottawa/IBM@IBMCA
cc
platform-doc-dev@xxxxxxxxxxx
Subject
[platform-doc-dev] Fixed Patch






Sorry about the previous patch--there was an incompatibility between the 
DOS line-ends of the version in CVS and the UNIX line-ends of my 
previous posting. This patch is smaller and easier to read.


Best regards,
Mike

-------------------------------
  Mike Behm
  Red Hat Canada Ltd.
  Toronto, ON
  416.482.2661 X312
-------------------------------
Index: docs/EclipseStyle.htm
===================================================================
RCS file: /home/eclipse/platform-doc-home/docs/EclipseStyle.htm,v
retrieving revision 1.3
diff -u -r1.3 EclipseStyle.htm
--- docs/EclipseStyle.htm                16 Dec 2004 22:33:24 -0000  1.3
+++ docs/EclipseStyle.htm                24 Jan 2005 20:23:34 -0000
@@ -44,8 +44,6 @@
 
 <h1>Eclipse Style Guide</h1>
 
-<p>Version 0.81 - Last modified Dec. 10, 2004</p>
-
 <p>This document gives the style conventions to be used in Eclipse help. 
 The Eclipse help has the following topic types: Tutorial (Getting 
Started), 
 Concept, Task, and Reference. 
@@ -439,33 +437,37 @@
 At the time of this writing, these are the proposed classes:
 
 <dl>
-<dt>class=win32</dt>
+<dt>class="win32"</dt>
 <dd>For Windows-specific content such as executable names
 (<code>eclipse.exe</code>) and path names 
(<code>C:\eclipse\workbench</code>).
 </dd>
 
-<dt>default_os</dt>
+<dt>class="unix"</dt>
 <dd>For all operating systems other than Windows (that is, Unix and Mac 
OS X).</dd>
 
-<dt>class=gtk</dt>
+<dt>class="ctrlf1"</dt>
 <dd>For Unix/Linux systems that run the gtk widget set. 
 You would normally use this class to mark the key to press 
 to access the help system (in this case, [Ctrl]+[F1]).</dd>
 
-<dt>class=carbon</dt>
+<dt>class="helpkey"</dt>
 <dd>For the Mac OS X widget set, under which you press [Help]
 to access the Help system
 and press [Ctrl]+click 
 to access the context menu.</dd>
 
-<dt>class=notcarbon</dt>
+<dt>class="f1"</dt>
+<dd>For all systems other than gtk and carbon (press [F1] for help).</dd>
+
+<dt>class="rtclick"</dt>
 <dd>For widget sets other than Mac OS X, under which you right-click
 to access the context menu.</dd>
 
-<dt>class=default_ws</dt>
-<dd>For all systems other than gtk and carbon (press [F1] for help).</dd>
+<dt>class="ctrlclick"</dt>
+<dd>For Mac OS X, under which you Ctrl-click
+to access the context menu.</dd>
 
-<dt>class=all_os_ws</dt>
+<dt>class="all_os_ws"</dt>
 <dd>This category combines the information from the above classes into
 a single grouping.
 This enables vendors to disable the display of the "all" category and
@@ -488,29 +490,29 @@
 &lt;/ul&gt;
 &lt;/div&gt;
 
-&lt;p class="default_ws"&gt;To access the 
+&lt;p class="f1"&gt;To access the 
 help system, press [F1].&lt;/p&gt;
 
-&lt;p class="gtk"&gt;To access the help 
+&lt;p class="ctrlf1"&gt;To access the help 
 system, press [Ctrl]+[F1].&lt;/p&gt;
 
-&lt;p class="carbon"&gt;To access the 
+&lt;p class="helpkey"&gt;To access the 
 help system, press [Help].&lt;/p&gt;
 </pre>
 
 <p>And in the CSS file that prints generic documentation
 (and in which by default all_os_ws is enabled):</p>
 <pre>
-.gtk {display: none;}
-.carbon {display: none;}
-.default_ws {display: none;}
+.ctrlf1 {display: none;}
+.helpkey {display: none;}
+.f1 {display: none;}
 </pre>
 
 <p>And in the CSS file for a gtk system:</p>
 <pre>
 .all_os_ws {display: none;}
-.carbon {display: none;}
-.default_ws {display: none;}
+.helpkey {display: none;}
+.f1 {display: none;}
 </pre>
 </td>
 </tr>
@@ -542,18 +544,23 @@
 </p>
 
 <table border="1" cellpadding="3" cellspacing="0">
-<tr><th rowspan="3">O/S</th><th colspan="8">CSS</th></tr>
+<tbody><tr><th rowspan="3">O/S</th><th colspan="8">CSS</th></tr>
+
 <tr><th colspan="2">Path names</th><th colspan="3">Help Key</th><th 
colspan="2">Mouse</th><th rowspan="2" width="75" 
valign="bottom">all_os_ws</th></tr>
-<tr><th width="75">win32</th><th>default_os</th><th 
width="75">gtk</th><th width="75">carbon</th><th>default_ws</th>
-<th>notcarbon</th><th width="75">carbon</th></tr>
+<tr><th width="75">win32</th><th width="75">unix</th><th 
width="75">ctrlf1</th><th width="75">helpkey</th><th width="75">f1</th>
+<th width="75">rtclick</th><th width="75">ctrlclick</th></tr>
 <tr><td>Win32</td><td 
class="on">on</td><td>off</td><td>off</td><td>off</td><td 
class="on">on</td><td class="on">on</td><td>off</td><td>off</td></tr>
-<tr><td>Linux Gtk</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
+
+<tr><td>Linux gtk</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
 <tr><td>Linux&nbsp;Other</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
+
 <tr><td>Mac</td><td>off</td><td class="on">on</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td><td 
class="on">on</td><td>off</td></tr>
-<tr><td>Unix Gtk</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
+<tr><td>Unix gtk</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
+
 <tr><td>Unix Other</td><td>off</td><td 
class="on">on</td><td>off</td><td>off</td><td class="on">on</td><td 
class="on">on</td><td>off</td><td>off</td></tr>
 
<tr><td>Generic</td><td>off</td><td>off</td><td>off</td><td>off</td><td>off</td><td>off</td><td>off</td><td 
class="on">on</td></tr>
-</table>
+
+</tbody></table>
 
 
 </td>
@@ -624,7 +631,10 @@
 
 </table>
 
+<!-- div class="gtk" style="margin-bottom:-15px;">
 
+<br>
+</div -->
 
 </body>
 </html>




Back to the top