mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
81 lines
2.5 KiB
HTML
81 lines
2.5 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>Search Menu actions</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> Search actions </h1>
|
|
<p><span class="guilabel">Search</span> menu commands open the search dialog.
|
|
There are specialized tabs on the general <span class="guilabel">Search</span>
|
|
|
|
dialog to help you search for:</p>
|
|
<ul>
|
|
<li>Files, or for text in files</li>
|
|
<li>Text or elements in C/C++ files</li>
|
|
<li>Text in the online help</li>
|
|
<li>Text in Java files</li>
|
|
<li>Plug-ins.</li>
|
|
</ul>
|
|
|
|
<p><img src="../images/cdt_menu_search.png" alt="Selecting Search Menu" ></p>
|
|
|
|
<table border="1" cellspacing="0">
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Function</th>
|
|
<th>Keyboard Shortcut </th>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Search...</b></td>
|
|
<td>Opens the search dialog</td>
|
|
<td>Ctrl + H </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>File...</b></td>
|
|
<td>Opens the search dialog on the File search page</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Help...</b></td>
|
|
<td>Opens the search dialog on the Help search page</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>C/C++...</b></td>
|
|
<td>Opens the search dialog on the C/C++ search page</td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
<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_search.htm">Search dialog</a><br>
|
|
<a href="cdt_u_search_view.htm">Search view</a></p>
|
|
|
|
<p>
|
|
<IMG height=14 alt="IBM Copyright Statement" src="../images/rh03_04.gif" width=300 border=0><br>
|
|
<IMG height=14 alt="IBM Copyright Statement" src="../images/ng03_04.gif" width=324 border=0>
|
|
</p>
|
|
</body>
|
|
</html>
|