mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
63 lines
No EOL
2.6 KiB
HTML
63 lines
No EOL
2.6 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>Selection Searching for C/C++ elements</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Selection Searching for C/C++ elements</h1>
|
|
|
|
<p>It is recommended that you perform searches on successfully compiled
|
|
programs to ensure the accuracy of search results. It is important to familiarize yourself with the correct search syntax
|
|
to use to complete an effective search. It is also important to ensure that
|
|
include paths and symbols are correctly defined. For more information, see
|
|
<a href="cdt_t_proj_paths.htm">Including paths and symbols</a>.</p>
|
|
|
|
<p>See <a href="../concepts/cdt_c_search.htm">C/C++ search</a>, for more information on:</p>
|
|
|
|
<ul>
|
|
<li>What you can search for</li>
|
|
<li>How to limit your search</li>
|
|
<li>How to use wildcard characters in your search</li>
|
|
<li>Syntax examples</li>
|
|
</ul>
|
|
|
|
<p>To search for an element in your project:</p>
|
|
|
|
<ol>
|
|
<li>Highlight the element you want to search.</li>
|
|
<li>Right click and select <b>Search For</b> from the context menu.<br>
|
|
<img src="../images/selection_search.png" alt="Editor View showing Selection Search options"></li>
|
|
<li>Select <b>All Declarations</b> or <b>All References</b>.</li>
|
|
<li>Select <b>Workspace</b> or <b>Working Set...</b>.</li>
|
|
<li>The search results will appear in the Search View<br>
|
|
<b><img src="../images/searchView.png" alt="Search View Selection Search options"></li></b>
|
|
</ol>
|
|
<p>For more information, see:
|
|
<li><b>Workbench User Guide > Concepts > Views > Search view</b></li>
|
|
<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_search.htm">C/C++ search</a><br>
|
|
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
|
|
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
|
|
</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><br>
|
|
<a href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations</a><br>
|
|
</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>
|
|
<p> </p>
|
|
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
|
|
|
|
</body>
|
|
|
|
</html> |