blob: 44fb00d5ad08aab95ac3ac285bf199423347ccaa [file] [log] [blame]
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 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">
<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"></script>
<TITLE>CVS Comment Templates</TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
<H1 class="Head">CVS Comment Templates</H1>
<P class="Para">The
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.team.cvs.ui.CommentTemplatesPreferences)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<strong>Team &gt; CVS &gt; Comment Templates</strong></a>
preference page allows you to create, edit and remove
comments that will show up in the comments section of the commit dialog. This can be helpful if
you need to enter the same string (or some part of a string) for a comment in all commits.</P>
<TABLE border="1" cellspacing="0">
<THEAD>
<TR>
<TH width="240"> <P class="Para">Button</P></TH>
<TH width="566"> <P class="Para">Description</P></TH>
</TR>
</THEAD>
<TR>
<TD valign="top" align="left">New...</TD>
<TD valign="top" align="left">Opens the 'Enter Template Comment' dialog which allows you to enter
a new comment.</TD>
</TR>
<TR>
<TD valign="top" align="left">Edit...</TD>
<TD valign="top" align="left">Opens the selected comment in the 'Enter Template Comment' dialog.</TD>
</TR>
<TR>
<TD valign="top" align="left">Remove</TD>
<TD valign="top" align="left"> Removes the selected comment.</TD>
</TR>
</TABLE>
<p>Here is what the preference page looks like:</p>
<p><img alt="Comment Templates preference page" src="../images/cvs-commenttemplates.png"></p>
<p>Here is the commit dialog with the comment templates displayed:</p>
<p><img alt="Commit dialog with comment templates displayed" src="../images/cvs-commenttemplates2.png"></p>
</BODY>
</HTML>