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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (download) (as text) (annotate)
Mon Nov 17 18:10:23 2003 UTC (6 years ago) by tod
Branch: MAIN
Changes since 1.4: +4 -7 lines
Updated code conventions
<html>
	<head>
		<title>Code Conventions for the Platform UI Team</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
	</head>
	<body bgcolor="#FFFFFF" text="#000000">
		<table border=0 cellspacing=5 cellpadding=2 width="100%" >
			<tr> 
		    	<td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0">
		    		<b><font color="#FFFFFF" face="Arial,Helvetica">Code Conventions for the Platform UI Team</font></b>
		    	</td>
			</tr>
			<tr>
				<td align=right valign=top width="2%">
					<img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16 alt = "Eclipse idea banner">
				</td>
				<td width="98%">
		    		<p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>. 
        The Platform UI Team has been using the following additional code conventions 
        which can by applied by importing<a href="codeconventions.epf"> codeconventions.epf</a>.</p>
      <p>The changes are in the java and pde compiler settings.</p>
      <!--
		        	<p>Those that can be expressed with a preference can be imported <a href="codeconventions.epf">here.</a></p>
			        -->
				</td>
			</tr>
		</table>
	</body>
</html>