jdt-core-home/tools/jdtcoretools/index.html

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : oliviert 1.1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 :     <html>
3 :     <head>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <title>JDT Core Component Development Resources</title>
6 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
7 :     </head>
8 :     <body text="#000000" bgcolor="#FFFFFF">
9 :     Back to <a href="../../dev.html">JDT Core Component Development Resources page</a>.
10 :     <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
11 :     <tr>
12 :     <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">JDT/Core Tools</font></font></b></td>
13 :     </tr>
14 :    
15 :     <tr>
16 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
17 :    
18 :     <td WIDTH="98%"><b>Purpose</b>
19 :     <p>Unnecessary NLS tag remover:</p>
20 :     <blockquote>This tool can be used remove unnecessary nls tags. It works on a java project, java package fragment root, java package fragment,
21 :     or a compilation unit.</blockquote>
22 :     <p>Position of DOM/AST nodes:</p>
23 :     <blockquote>This tool can be used to check the positions of each DOM/AST nodes and its children. It works on a java project, java package fragment root, java package fragment,
24 :     or a compilation unit.</blockquote>
25 :     </td>
26 :     </tr>
27 :    
28 :     <tr>
29 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
30 :    
31 :     <td WIDTH="98%"><b>What's new</b>
32 :     <ul>
33 :     <li>It handles nls tags within commented code</li>
34 :     <li>It handles multiple nls tags</li>
35 :     </ul>
36 :    
37 :     </td>
38 :     </tr>
39 :    
40 :     <tr>
41 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
42 :    
43 :     <td WIDTH="98%"><b>Install</b>
44 :     <p>
45 :     Unzip the zip file (<a href="./tools.zip"><img src="../../jar_l_obj.gif" NOSAVE border="0" height="20" width="20"></a>) in the plugins directory of your Eclipse install and restart Eclipse..
46 :     An update site will be set up soon.
47 :     </p>
48 :     </td>
49 :     </tr>
50 :     </table>
51 :    
52 :     </body>
53 :     </html>