blob: cae16b9feb523cb169e9de580d16a28f77c56b49 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html 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=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">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<TITLE>CVS Console</TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
<H1 class="Head">CVS Console</H1>
<P class="Para">The following preferences can be changed on the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.team.cvs.ui.ConsolePreferences)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="command link">
<strong>Team &gt; CVS &gt; Console</strong></a>
preference page.</P>
<TABLE width="100%" border="1" cellspacing="0">
<THEAD>
<TR>
<TH> <P class="Para">Option</P></TH>
<TH> <P class="Para">Description</P></TH>
<TH>Default</TH>
</TR>
</THEAD>
<TR>
<TD valign="top" align="left">Fixed width</TD>
<TD valign="top" align="left">Use this option to fix the width of console
lines. Enabling this option allows the width to be specified. The default
width is 80.</TD>
<TD valign="top" align="left">Disabled</TD>
</TR>
<TR>
<TD valign="top" align="left">Limit console output</TD>
<TD valign="top" align="left">Use this option to limit the number of characters
to be buffered by the console. The default buffer size is 500000.</TD>
<TD valign="top" align="left">Enabled</TD>
</TR>
<TR>
<TD valign="top" align="left">Show CVS output in Console view</TD>
<TD valign="top" align="left">Use this option to show the output of CVS commands
in the Console view. Enabling this option may show useful information but
will slow down command operation.</TD>
<TD valign="top" align="left">Disabled</TD>
</TR>
<TR>
<TD valign="top" align="left">Console text color settings</TD>
<TD valign="top" align="left">Use these options to change the colors for the
text shown in CVS Console.
<UL>
<LI>Command line text <I>(black)</I></li>
<LI>Message text <I>(blue)</I></li>
<LI>Error text <I>(red)</I></LI>
</UL></TD>
<TD valign="top" align="left">&nbsp;</TD>
</TR>
</TABLE>
<p>Here is what the preference page looks like:</p>
<p><img alt="Console preference page" src="../images/cvs-console-prefs.png"></p>
</BODY>
</HTML>