mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Another doc update patch. This one includes screen captures for the C++ preferences, and some views, outline view, projects view. Updated the references page to show all documentation in that section from the main page (there were double linked sections and some docs were not linked). Updated the topics_Reference.xml, it also contained invalid and double linked sections.
39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>C/C++ preferences</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<!--INFOPOP
|
|
View information about your program C/C++ environment.
|
|
END INFOPOP-->
|
|
<body>
|
|
|
|
<h1>C/C++ page, Preferences window</h1>
|
|
|
|
<p>The C/C++ Preference dialog box allows you to make changes to your C/C++ environment.</p>
|
|
<p><img src="../images/C-C++Preferences.png" border="0" width="635" height="539" alt="C/C++ Main Preferences Window"></p>
|
|
<dl>
|
|
<dt>Link view selection to active editor</dt>
|
|
<dd>Select this checkbox to open an item selectedin the Projects view, in the Editor view.</dd>
|
|
<dt>Show file members in Project View</dt>
|
|
<dd>Select this checkbox to browse your C and C++ file members in the Projects view.</dd>
|
|
<dt>Use Structural-Parse mode to build the CModel</dt>
|
|
<dd>Select this checkbox to follow the #include when you produce the Outline view.</dd>
|
|
</dl>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br>
|
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br>
|
|
<a href="cdt_o_views.htm">Views</a></p>
|
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
|
|
</body>
|
|
|
|
</html>
|