mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
57 lines
No EOL
2.1 KiB
HTML
57 lines
No EOL
2.1 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>Navigating to C/C++ declarations</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>
|
|
|
|
<body>
|
|
|
|
<h1>Navigating to C/C++ declarations</h1>
|
|
|
|
<p>The Open Declarations feature lets you navigate to declarations that match a
|
|
selected declaration in the C/C++ editor. It is recommended that you look for
|
|
element declarations on successfully compiled programs.</p>
|
|
|
|
<p>To navigate to C/C++ declarations:</p>
|
|
|
|
<ol>
|
|
<li>In the C/C++ editor, select a declaration.</li>
|
|
<li>Right-click the selected declaration, select <b>Open Declarations</b>.<br>
|
|
<img src="../images/openDeclarations.png" width="208" height="140" onClick="changeSize(this,208,140);"
|
|
alt="screen capture showing Open Declarations option" title="click to toggle image size">
|
|
</li>
|
|
</ol>
|
|
|
|
<p>For more information, see:<ul>
|
|
<li> <b>Workbench User Guide > Tasks> Navigating and finding resources</b></li>
|
|
</ul>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br>
|
|
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
|
|
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
|
|
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
|
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="cdt_t_search.htm">Searching for C/C++ elements</a></p>
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br>
|
|
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
|
|
|
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
|
|
</body>
|
|
|
|
</html> |