platform-ui-home/dev.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.41, Thu Jul 7 19:51:51 2005 UTC revision 1.42, Thu Aug 18 18:39:17 2005 UTC
# Line 231  Line 231 
231        <td align="right" valign="top" width="2%"><img        <td align="right" valign="top" width="2%"><img
232   src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"   src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
233   border="0" height="16" width="16"></td>   border="0" height="16" width="16"></td>
234        <td width="98%"><a name="utilities"><b>Utilities</b></a>        <td width="98%"><a name="utilities"><b>Utilities</b></a> <ul>
235              <li><a href="instrumentation/index.html">Instrumentation Framework</a>
236        <ul>        <ul>
237          <li><a href="instrumentation/index.html">Instrumentation                <li>The instrumentation framework allows developers and usability
238  Framework</a>                  experts to collect information about how people are using their
239            <ul>                  applications by sending back periodic reports to a central server.</li>
             <li>The instrumentation framework allows developers and  
 usability experts to collect information about how people are using  
 their applications by sending back periodic reports to a central server.</li>  
240            </ul>            </ul>
241          </li>          </li>
242          <br>          <br>
243          <li><a href="tools/nltools/index.html">org.eclipse.ui.tools.nl</a>          <li><a href="tools/nltools/index.html">org.eclipse.ui.tools.nl</a>
244            <ul>            <ul>
245              <li>A tool that takes existing nl catalogs and generates                <li>A tool that takes existing nl catalogs and generates translations
246  translations for the current version of Eclipse. Existing translations                  for the current version of Eclipse. Existing translations are
247  are kept and any properties without a translation are given a string                  kept and any properties without a translation are given a string
248  appended with characters appropriate to that locale.</li>  appended with characters appropriate to that locale.</li>
249            </ul>            </ul>
250          </li>          </li>
251          <br>          <br>
252          <li>Heap Status          <li>Heap Status
253            <ul>            <ul>
254              <li>The Heap Status plug-in shows the current Java heap                <li>The Heap Status plug-in shows the current Java heap usage in
255  usage in the status line (total heap and amount used). A button allows                  the status line (total heap and amount used). A button allows
256  you to force a garbage collect. It includes a preference page (Window                  you to force a garbage collect. It includes a preference page
257  &gt; Preferences &gt; Workbench &gt; Memory Indicator) which lets you                  (Window &gt; Preferences &gt; Workbench &gt; Memory Indicator)
258  turn it on and off. This plug-in works on Eclipse 2.1, 3.0, 3.0.1 and                  which lets you turn it on and off. This plug-in works on Eclipse
259  3.1.                  2.1, 3.0, 3.0.1 and 3.1.
260                <p> The Heap Status plug-in can be obtained via the                  <p> The Heap Status plug-in can be obtained via the Platform UI
261  Platform UI team's update site. <br>                    team's update site. <br>
262  Use Help &gt; Software Updates &gt; Find and Install &gt; Search for                    Use Help &gt; Software Updates &gt; Find and Install &gt; Search
263  new features to install &gt; New Remote Site, and give the following as                    for new features to install &gt; New Remote Site, and give the
264  the URL. </p>                    following as the URL. </p>
265                <p>                  <p> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/updates
266  http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/updates                  </p>
267                    <p> When prompted, choose Yes to restart. If you don't see the
268                      status indicator in the status line, or if the preference page
269                      is missing, restart eclipse with the -clean command line option.
270                </p>                </p>
271                <p> When prompted, choose Yes to restart. If you don't                  <p> Please report any problems to the Platform UI component in
272  see the status indicator in the status line, or if the preference page                    bugzilla. </p>
 is missing, restart eclipse with the -clean command line option. </p>  
               <p> Please report any problems to the Platform UI  
 component in bugzilla. </p>  
273                <p> Screen shot: </p>                <p> Screen shot: </p>
274                <p> <img src="heapstatus/heapstatus.jpg"                <p> <img src="heapstatus/heapstatus.jpg"
275   alt="screen shot of Heap Status memory indicator"> </p>   alt="screen shot of Heap Status memory indicator"> </p>
276              </li>              </li>
277            </ul>            </ul>
278          </li>          </li>
279              <li><a href="performance/uiperformancetools.zip">org.eclipse.ui.performance.tools
280                </a>
281                <ul>
282                  <li>The performance tools contains the performance view that was
283                    available during the 3.1 cycle. This plug-in includes a .options
284                    file that enables the collection of performance failures and has
285                    thresholds for a series of performance statistic collection in
286                    the platform UI when in debug mode. To enable this performance
287                    collection copy the .options file to the directory you launch
288                    Eclipse from and run Eclipse with the -debug option.</li>
289                  <li>See Core performance page for details on how to define your
290                    own performance <a href="%09http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/documents/3.1/perf_stats.html">stats</a>.</li>
291        </ul>        </ul>
292        </td>            </li>
293            </ul></td>
294      </tr>      </tr>
295      <tr>      <tr>
296        <td align="right" valign="top" width="2%"><img        <td align="right" valign="top" width="2%"><img

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42