platform-ui-home/code-conventions/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (view) (download) (as text)

1 : tod 1.1 <html>
2 : cmclaren 1.4 <head>
3 :     <title>Code Conventions for the Platform UI Team</title>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     </head>
7 :     <body bgcolor="#FFFFFF" text="#000000">
8 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
9 :     <tr>
10 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0">
11 :     <b><font color="#FFFFFF" face="Arial,Helvetica">Code Conventions for the Platform UI Team</font></b>
12 :     </td>
13 :     </tr>
14 :     <tr>
15 :     <td align=right valign=top width="2%">
16 :     <img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16 alt = "Eclipse idea banner">
17 :     </td>
18 :     <td width="98%">
19 :     <p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>.
20 : tod 1.5 The Platform UI Team has been using the following additional code conventions
21 :     which can by applied by importing<a href="codeconventions.epf"> codeconventions.epf</a>.</p>
22 :     <p>The changes are in the java and pde compiler settings.</p>
23 :     <!--
24 : cmclaren 1.4 <p>Those that can be expressed with a preference can be imported <a href="codeconventions.epf">here.</a></p>
25 :     -->
26 :     </td>
27 :     </tr>
28 :     </table>
29 :     </body>
30 : tod 1.1 </html>