blob: 57dd706f5034abf5b8139f50780585ffbc98a9bc [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, 2006. 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>Syntax Coloring</title>
<link rel="stylesheet" href="../../../../book.css" charset="ISO-8859-1" type="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
</head>
<body>
<h1>Syntax Coloring</h1>
<p>Indicate your preferences for the Syntax Coloring settings on the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.jdt.ui.preferences.JavaEditorColoringPreferencePage)")'> <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the Syntax Coloring preference page"><b> Java &gt; Editor &gt; Syntax Coloring </b></a> preference page.</p>
<p>
Syntax Coloring specifies how Java source code is rendered. Note that general
text editor settings such as the background color can be configured on the general 'Text Editors' preference pages. Fonts
may be configured on the general 'Colors and Fonts' preference page.
</p>
<table border="1" cellspacing="0" cellpadding="5" width="100%">
<thead>
<tr>
<th>
<p>
Option
</p>
</th>
<th>
<p>
Description
</p>
</th>
<th>
<p>
Default
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top">
Element
</td>
<td valign="top">
<p>
Each category (<strong>Java</strong>, <strong>Javadoc</strong> and <strong>Comments</strong>)
contains a list of language elements that may be rendered with its own color and style.
</p>
<p>
Note that some semantic highlighting options can be disabled by the user in order to
ensure editor performance on low-end systems.
</p>
</td>
<td valign="top">
<p>
default colors and styles
</p>
</td>
</tr>
<tr>
<td valign="top">
Preview
</td>
<td valign="top">
<p>
Displays the preview of a Java source code respecting the current colors and styles.
</p>
</td>
<td valign="top">
<p>
n/a
</p>
</td>
</tr>
</tbody>
</table>
<p><img src="../../../../images/ngrelc.png" alt="Related concepts" border="0"></p>
<p><a href="../../../../concepts/concepts-7.htm">Java Editor</a></p>
<p><img src="../../../../images/ngrelr.png" alt="Related reference" border="0"></p>
<p><a href="../../../../reference/ref-21.htm">Java Editor preference page</a></p>
</body>
</html>