blob: ead84bb435ccc3e7781d73791dd03c5d0f0b81a0 [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>
Changing the appearance of the console view
</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </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">
<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">
<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 detail pane).
</li>
</ol>
<p>
<img border="0" src="../images/ngrelc.png" alt="Related concepts" >
</p>
<p>
<a href="../concepts/concepts-10.htm">Debugger</a><br>
<a href="../concepts/concepts-6.htm">Java views</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" >
</p>
<p>
<a href="../reference/ref-45.htm">Console view</a><br>
<a href="../reference/views/ref-viewsandeditors.htm">Views and editors</a>
</p>
</body>
</html>