mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
44 lines
No EOL
1.8 KiB
HTML
44 lines
No EOL
1.8 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>Open 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>Open declarations</h1>
|
|
|
|
<p>You can select an element name in your code and quickly navigate to its declaration.</p>
|
|
|
|
<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">
|
|
|
|
<p>If the search finds only one matching declaration, you will immediately jump to the declaration, even if it is in another file. If
|
|
the search finds multiple declarations, a windowed list of prospects will appear.</p>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
|
|
<a href="cdt_c_projects.htm">CDT Projects</a><br>
|
|
<a href="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="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's
|
|
declaration</a><br>
|
|
<a href="../tasks/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>
|
|
|
|
<p><img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
|
|
|
|
</body>
|
|
|
|
</html> |