carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_search_view.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 	<meta http-equiv="Content-Language" content="en-us">
       
     6 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       
     7 	<title>Search view</title>
       
     8 	<link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Search view</h1>
       
    13 <p>Any matches are reported in the <b>Search</b> view. </p>
       
    14 <p><img src="../images/searchView.png" alt="Search View" ></p>
       
    15 
       
    16 <p>When you have completed a search and have results in the 
       
    17 <span class="guilabel">Search</span> view,
       
    18 you can put the focus on that view and get more options on the 
       
    19 <span class="guilabel">Search</span> menu.
       
    20 </p>
       
    21 <p>
       
    22  A C/C++ search can also be conducted via the context menu of selected resources and elements in the following views:
       
    23  </p>
       
    24  <ul>
       
    25  <li>Project Explorer</li>
       
    26  <li>C/C++ Projects</li>
       
    27  <li>Make Targets</li>
       
    28  <li>Outline view</li>
       
    29  <li>Search result view</li>
       
    30  </ul>
       
    31  <p>The search context menu is also available in the C/C++ editor. The search is only performed if the currently selected text can be resolved to a C/C++ element.</p>
       
    32  <p>The type of the selected C/C++ element defines which search context menus are available. The C/C++ editor does not constrain the list of available C/C++ searches based on the
       
    33  selection. </p>
       
    34 
       
    35  
       
    36 <h2>Search view Toolbar</h2>
       
    37 
       
    38 <table border="1" cellpadding="1" cellspacing="0">
       
    39 	<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
       
    40 	<tr>
       
    41 		<td align="center" valign="top"><img src="../images/icon_next.png" alt="Next icon"></td>	
       
    42 		<td valign="top">Next</td>
       
    43 		<td valign="top">Navigates to the next search result.</td>
       
    44 	</tr>
       
    45 	<tr>
       
    46 		<td align="center" valign="top"><img src="../images/icon_previous.png" alt="Previous icon"></td>	
       
    47 		<td valign="top">Previous</td>
       
    48 		<td valign="top">Navigates to the previous search result.</td>
       
    49 	</tr>
       
    50 	<tr>
       
    51 		<td align="center" valign="top"><img src="../images/icon_remove.png" alt="Remote the Selected Matches icon"></td>
       
    52 		<td valign="top">Remove the Selected Matches</td>
       
    53 		<td valign="top">Removes user selected matches from the search console.</td>
       
    54 	</tr>
       
    55 	<tr>
       
    56 		<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Matches icon"></td>
       
    57 		<td valign="top">Remove All Matches</td>
       
    58 		<td valign="top">Clears the search console.</td>
       
    59 	</tr>
       
    60 	<tr>
       
    61 		<td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>	
       
    62 		<td valign="top">Terminate</td>
       
    63 		<td valign="top">Terminates the current search.</td>
       
    64 	</tr>
       
    65 	<tr>
       
    66 		<td align="center" valign="top"><img src="../images/icon_show_prev_search.png" alt="Show Previous Searches icon"></td>
       
    67 		<td valign="top">Show Previous Searches</td>
       
    68 		<td valign="top">Shows the list of previously run searches which can be reselected.</td>
       
    69 	</tr>
       
    70 	<tr>
       
    71 		<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu icon"></td>
       
    72 		<td valign="top">Menu</td>
       
    73 		<td valign="top">Lists two selectable view layouts for search results: Flat and Heirarchical.</td>
       
    74 	</tr>
       
    75 	<tr>
       
    76 		<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
       
    77 		<td valign="top">Minimize Console</td>
       
    78 		<td valign="top">Minimizes the Console view.</td>
       
    79 	</tr>
       
    80 	<tr>
       
    81 		<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
       
    82 		<td valign="top">Maximize Console</td>
       
    83 		<td valign="top">Maximizes the Console view.</td>
       
    84 	</tr>
       
    85 </table>
       
    86 
       
    87 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
       
    88 <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a><br>
       
    89 <a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
       
    90 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
       
    91 <a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
       
    92 <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
       
    93 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    94 <br>
       
    95 <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a><br>
       
    96 <a href="cdt_u_m_search.htm">Search action</a><br>
       
    97 <a href="cdt_u_search.htm">Search dialog</a></p>
       
    98 
       
    99 <p>
       
   100 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
       
   101 <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >  
       
   102 </p>
       
   103 </body>
       
   104 
       
   105 </html>