blob: 57d48ae2e8534d9277e616e9dde214d9fc769b78 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
Code Formatter
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>
Code Formatter
</h1>
<p>This page lets you manage your code formatter profiles for the Java code formatter.</p>
<table border="1" cellspacing="0" cellpadding="5" width="600">
<thead>
<tr>
<th>
<p>Action</p>
</th>
<th>
<p>Description</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top" width="25%">
<p>New...</p>
</td>
<td valign="top">
<p>Shows the dialog to create a new formatter profile. The dialog requires you to enter a name for the new formatter profile. Additionally, you may select a built-in or user-defined existing formatter profile to base your new formatter profile on.</p>
</td>
</tr>
<tr>
<td valign="top" width="25%">
<p>Show/Edit...</p>
</td>
<td valign="top">
<p>Shows a dialog which displays the settings stored in the selected code formatter profile. Only user-defined profiles can be edited.</p>
</td>
</tr>
<tr>
<td valign="top" width="25%">
<p>Rename...</p>
</td>
<td valign="top">
<p>Renames the selected code formatter profile. This action is only available on user-defined profiles.</p>
</td>
</tr>
<tr>
<td valign="top" width="25%">
<p>Remove</p>
</td>
<td valign="top">
<p>Removes the selected code formatter profile. This action is only available on user-defined profiles.</p>
</td>
</tr>
<tr>
<td valign="top" width="25%">
<p>Import...</p>
</td>
<td valign="top">
<p>Imports code formatter profiles from the file system.</p>
</td>
</tr>
<tr>
<td valign="top" width="25%">
<p>Export...</p>
</td>
<td valign="top">
<p>Exports the selected code formatter profile to the file system. This action is only available on user-defined profiles.</p>
</td>
</tr>
</tbody>
</table>
<p>
<img src="../images/ngrelt.png" alt="Related tasks" border="0" >
</p>
<p>
<a href="../tasks/tasks-66.htm">Formatting Java code</a><br>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference">
</p>
<p>
<a href="../reference/ref-java-editor.htm">Java editor</a><br>
<a href="../reference/ref-21.htm">Java editor preferences</a>
</p>
</body>
</html>