1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm

48 lines
No EOL
1.9 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">
<script language="JavaScript">
function changeSize(theImage,wd,ht) {
wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
else {wdth=wd;hght=ht;}
theImage.style.width=wdth; theImage.style.height=hght;
}
</script>
</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_cpp_preferences.png" width="318" height="270" onClick="changeSize(this,318,270);"
alt="C/C++ Main Preferences Window" title="click to toggle image size"></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>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>