1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

minor edit in docs

This commit is contained in:
Vivian Kong 2009-06-13 03:40:09 +00:00
parent 019f3bd56f
commit 836ed96ece
3 changed files with 4 additions and 4 deletions

View file

@ -22,12 +22,12 @@ a file. Click <b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Save Action
</colgroup>
<tbody>
<tr>
<td><dt>Remove trailing whitespace</dt></td>
<td><b>Remove trailing whitespace</b></td>
<td>While saving a file, C/C++ editor will remove spaces and tab characters from the end of edited
or all lines.</td>
</tr>
<tr>
<td><dt>Ensure newline at the end of file</dt></td>
<td><b>Ensure newline at the end of file</b></td>
<td>While saving a file, C/C++ editor will insert a newline at the end of the last line,
if the last line does not have it already.</td>
</tr>

View file

@ -59,7 +59,7 @@ The dialog also indicates the total number of lines in the console buffer.
<td valign="top">Terminates the process that is currently associated with the console.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remote all Terminated Launches icon"></td>
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Terminated Launches icon"></td>
<td valign="top">Remove all Terminated Launches</td>
<td valign="top">Removes all terminated launches that are associated with the console.</td>
</tr>

View file

@ -76,7 +76,7 @@ from Debug view.</p>
</tr>
<tr>
<td align="left" valign="top"> <center>
<img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated launches icon">
<img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remove all Terminated launches icon">
</center> </td>
<td align="left" valign="top"><b>Remove All Terminated Launches </b></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td>