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

Bug 182672.

This commit is contained in:
Ken Ryall 2007-05-24 21:00:58 +00:00
parent eca6010779
commit 8cd169a992
2 changed files with 15 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -11,16 +11,22 @@
<h1>C/C++ preferences</h1>
<p>The C/C++ Preference dialog box allows you to make changes to your C/C++ environment.</p>
<p>The <b>C/C++</b> preference dialog box allows you to make changes to your C/C++ environment.</p>
<p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p>
<dl>
<dt>Link view selection to active editor</dt>
<dd>Select this checkbox to open an item selected in the Projects view, in the Editor view.</dd>
<dt>Follow unindexed header files when producing the outline view.</dt>
<dd>Select this checkbox to follow all defined #includes when you produce the Outline view.<br>
<b>Note: </b>This is not recommended for large projects or large files.</dd>
</dl>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><b>C/C++ Preference Options</b></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td width="30%" valign="top"><dt>Follow unindexed header files when producing the outline view</dt></td>
<td valign="top">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td>
</tr>
</tbody>
</table>
<h2>C/C++ Submenu Items</h2>