blob: 08bfb8c3a857f986ba0b460b0daf4556e185631f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>
Console preferences
</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
<h1>
Console preferences
</h1>
<p>
The following preferences can be set using the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.debug.ui.ConsolePreferencePage)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<b>Run/Debug &gt; Console</b></a> preference page.
The console displays output from running applications, and allows keyboard input to be read by
running applications.
</p>
<table border="1" cellspacing="0" cellpadding= "5">
<thead>
<tr>
<th rowspan="1" colspan="1">
<p> Option </p>
</th>
<th rowspan="1" colspan="1">
<p> Description </p>
</th>
<th rowspan="1" colspan="1">
<p> Default </p>
</th>
</tr>
</thead> <tbody>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Fixed width console </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> This preference controls whether the console has a fixed character width.
When on, a maximum character width must also be specified. Some applications
write long lines to the console which require horizontal scrolling to
read. This can be avoided by setting the console to use a fixed width,
automatically wrapping console output. </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Off </p>
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Limit console output</td>
<td colspan="1" valign="top" align="left">This preference limits the number
of characters buffered in the console. When on, a maximum buffer size must
also be specified. When console output surpasses the specified maximum,
output is truncated from the beginning of the buffer.</td>
<td colspan="1" valign="top" align="left">On</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Standard Out Text Color </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> This preference controls the color of text written to the standard output
stream by an application. </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Blue </p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Standard Error Text Color </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> This preference controls the color of text written to the standard error
stream by an application. </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Red </p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Standard In Text Color </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> This preference controls the color of text typed into the console to
be read by an application. </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Green </p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Show when program writes to standard out </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Often, the Console view is hidden or inactive when you begin running
or debugging a program that creates output. If this option is turned on,
then when you run a program that produces output, the Console view is
automatically opened (if necessary) and is made the active view. </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> On </p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Show when program writes to standard error </p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> Often, the Console view is hidden or inactive when you begin running
or debugging a program that creates error output. If this option is turned
on, then when you run a program that produces error output, the Console
view is automatically opened (if necessary) and is made the active view.
</p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p> On </p>
</td>
</tr>
</tbody>
</table>
<p>
You can also click the <strong>Change</strong> button to set the font for the Console.
</p>
</body>
</html>