1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm
David Daoust 30a3b9c06f From Dave Williams: Continuing doc clean up.
All .htm files have changed for Copyright notice change.

New search docs (including indexer), new screen caps.
2004-06-24 10:49:13 +00:00

151 lines
No EOL
4.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//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++ search</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>C/C++ search</h1>
<p><img src="../images/search.png" alt="Search Dialog Box" ></p>
<p>
<dt>Search string</dt>
<dd>Specifies a search string.</dd>
<dd>The search functions support the following wildcards:</dd>
<ul>
<dd><li>Use * to represent any series of characters</li></dd>
<dd><li>Use ? to represent any single character</li></dd>
<dd><li>Use \* to find an asterisk character (*)</li></dd>
</ul></p>
<dt>Case sensitive</dt>
<dd>Searches will return results which match capitalization specified in the search string precisely.<br>&nbsp;</dd><br>
<dt>Search for</dt>
<dd>Specify the types of elements to include in the search:<dd><br>
<dd><table border="1" cellspacing="0">
<tr>
<th>Search for</th>
<th>Description</th>
</tr>
<tr>
<td><b>Class/Struct</b></td>
<td>Includes classes and structs in your search.</td>
</tr>
<tr>
<td><b>Function</b></td>
<td>Searches for global functions or functions in a namespace (functions that are not members of a class, struct, or union).</td>
</tr>
<tr>
<td><b>Variable</b></td>
<td>Searches for variables that are not members of a class, struct, or union.</td>
</tr>
<tr>
<td><b>Union</b></td>
<td>Searches for unions.</td>
</tr>
<td><b>Method</b></td>
<td>Searches for methods that are members of a class, struct, or union.</td>
</tr>
<tr>
<td><b>Field</b></td>
<td>Searches for fields that are members of a class, struct, or union.</td>
</tr>
<tr>
<td><b>Enumeration</b></td>
<td>Searches for enumerations.</td>
</tr>
<tr>
<td><b>Enumerator</b></td>
<td>Searches for enumerators.</td>
</tr>
<tr>
<td><b>Namespace</b></td>
<td>Searches for namespaces.</td>
</tr>
<tr>
<td><b>Any Element</b></td>
<td>Includes all elements in the search.</td>
</tr>
</table></dd><br>
<dt>Limit to</dt>
<dd>Specify the types of context to search:<dd><br>
<dd><table border="1" cellspacing="0">
<tr>
<th>Limit to</th>
<th>Description</th>
</tr>
<tr>
<td><b>Declarations</b></td>
<td>Limits the search to declarations.</td>
</tr>
<tr>
<td><b>Definitions</b></td>
<td>Limits the search to definitions (for functions, methods, variables, and fields).</td>
</tr>
<tr>
<td><b>References</b></td>
<td>Limits the search to references.</td>
</tr>
<tr>
<td><b>All Occurrences</b></td>
<td>Includes declarations, definitions, and references in the search.</td>
</tr>
</table></dd><br>
<dt>Scope</dt>
<dd>Choose the scope of the search:<dd><br>
<dd><table border="1" cellspacing="0">
<tr>
<th>Scope</th>
<th>Availability</th>
<th>Description</th>
</tr>
<tr>
<td><b>Workspace</b></td>
<td>all elements</td>
<td>Searches in the full workspace</td>
</tr>
<tr>
<td><b>Selected Resources</b></td>
<td>all elements</td>
<td>Searches the project selected in the <b>Projects</b> view</td>
</tr>
<tr>
<td><b>Workings Set</b></td>
<td>all elements</td>
<td>Searches in a working set</td>
</tr>
</table></dd><br>
<dd>Working sets can be created and used from within the search dialog.</dd>
</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</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="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a><br>
<a href="cdt_u_m_search.htm">Search action</a><br>
<a href="cdt_u_search_view.htm">Search view</a></p>
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>