blob: d98496594c747badb57407efa34f462854c1792c [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2011. 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=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type=
"text/css" />
<title>
Changing the appearance of the console view
</title>
<script language="JavaScript" src=
"PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript">
</script>
</head>
<body>
<h1>
Changing the appearance of the console view
</h1>
<p>
To set the types of output (and their colors) in the Console view:
</p>
<ol>
<li>Open 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" alt=
"Opens the Console preference page" /> <strong>Run/Debug &gt;
Console</strong></a> preference page.
</li>
<li>Checking the <strong>Show when program writes to standard
out</strong> checkbox will make the Console view visible each time new
output is written to the console from the program's standard output
stream. If there is no Console view in the current perspective, one will
be created.
</li>
<li>Checking the <strong>Show when program writes to standard
err</strong> checkbox will make the Console view visible each time new
output is written to the console from the program's standard error
stream. If there is no Console view in the current perspective, one will
be created.
</li>
<li>Click any of the color buttons to change the color for the
corresponding text stream.&nbsp;&nbsp;
</li>
</ol>
<p>
To set the fonts used in the Console view:
</p>
<ol>
<li>Open the <a class="command-link" href=
'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.ColorsAndFonts)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt=
"Opens the Color and Fonts preference page" /> <strong>General &gt;
Appearance &gt; Colors and Fonts</strong></a> preference page.
</li>
<li>Select <strong>Console font</strong> from the <strong>Debug</strong>
category and use the <strong>Change...</strong> button to change the
font.&nbsp; (The <strong>Detail Pane Text Font</strong> can be used to
change the font of the debugger's default <a href=
"../reference/views/shared/ref-detailpane.htm"><strong>Detail
Pane</strong></a>).
</li>
</ol>
<p>
<img border="0" src="../images/ngrelc.png" alt="Related concepts" />
</p>
<p>
<a href="../concepts/cdebugger.htm">Debugger</a><br />
<a href="../concepts/concept-java-views.htm">Java views</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" />
</p>
<p>
<a href="../reference/views/console/ref-console_view.htm">Console
view</a><br />
<a href="../reference/views/ref-viewsandeditors.htm">Views and
editors</a>
</p>
</body>
</html>