2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2004-06-02 19:01:38 +00:00
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2004-06-21 10:33:03 +00:00
< title > Search view< / title >
2004-06-02 19:01:38 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2010-04-30 01:39:56 +00:00
< script language = "JavaScript" src = "PLUGINS_ROOT/org.eclipse.help/livehelp.js" > < / script >
2004-06-02 19:01:38 +00:00
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Search view< / h1 >
2011-03-31 13:59:18 +00:00
< p > Any matches are reported in the < img src = "../images/command_link.png" alt = "" > < a class = "command-link" href = 'javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.search.ui.views.SearchView)")' > Search< / a > view. < / p >
2004-06-02 19:01:38 +00:00
< p > < img src = "../images/searchView.png" alt = "Search View" > < / p >
< p > When you have completed a search and have results in the
< span class = "guilabel" > Search< / span > view,
you can put the focus on that view and get more options on the
< span class = "guilabel" > Search< / span > menu.
< / p >
< p >
A C/C++ search can also be conducted via the context menu of selected resources and elements in the following views:
< / p >
< ul >
2007-06-14 15:58:09 +00:00
< li > Project Explorer< / li >
2004-06-21 10:33:03 +00:00
< li > C/C++ Projects< / li >
< li > Make Targets< / li >
2004-06-02 19:01:38 +00:00
< li > Outline view< / li >
< li > Search result view< / li >
< / ul >
< 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 >
< 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
selection. < / p >
2010-04-30 01:39:56 +00:00
< h2 > Search view toolbar options< / h2 >
2004-06-02 19:01:38 +00:00
2010-04-30 01:39:56 +00:00
< table border = "1" cellpadding = "4" cellspacing = "0" bordercolor = "#DDDDDD" >
2011-03-31 13:59:18 +00:00
< tr > < th id = "icon" > Icon< / th > < th id = "command" > Command< / th > < th id = "description" > Description< / th > < / tr >
2004-06-02 19:01:38 +00:00
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_next.png" alt = "Next icon" > < / td >
< td valign = "top" headers = "command" > < strong > Next< / strong > < / td >
< td valign = "top" headers = "description" > Navigates to the next search result.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_previous.png" alt = "Previous icon" > < / td >
< td valign = "top" headers = "command" > < strong > Previous< / strong > < / td >
< td valign = "top" headers = "description" > Navigates to the previous search result.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_remove.png" alt = "Remote the Selected Matches icon" > < / td >
< td valign = "top" headers = "command" > < strong > Remove Selected Matches (Delete)< / strong > < / td >
< td valign = "top" headers = "description" > Removes user selected matches from the search console.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_con_rem_all_term.png" alt = "Remove all Matches icon" > < / td >
< td valign = "top" headers = "command" > < strong > Remove All Matches< / strong > < / td >
< td valign = "top" headers = "description" > Clears the search console.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_expand_all.png" alt = "Expand All icon" > < / td >
< td valign = "top" headers = "command" > < strong > Expand All< / strong > < / td >
< td valign = "top" headers = "description" > Expands all search results.< / td >
2010-04-30 01:39:56 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_collapse_all.png" alt = "Collapse All icon" > < / td >
< td valign = "top" headers = "command" > < strong > Collapse All< / strong > < / td >
< td valign = "top" headers = "description" > Collapses all search results.< / td >
2010-04-30 01:39:56 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_con_terminate.png" alt = "Cancel Search icon" > < / td >
< td valign = "top" headers = "command" > < strong > Cancel Current Search< / strong > < / td >
< td valign = "top" headers = "description" > Terminates the current search.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_repeat_search.png" alt = "Repeat Search icon" > < / td >
< td valign = "top" headers = "command" > < strong > Run the Current Search Again< / strong > < / td >
< td valign = "top" headers = "description" > Repeat the search using the same criteria.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_show_prev_search.png" alt = "Show Previous Searches icon" > < / td >
< td valign = "top" headers = "command" > < strong > Show Previous Searches< / strong > < / td >
< td valign = "top" headers = "description" > Shows the list of previously run searches which can be reselected.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_pin.png" alt = "Pin view icon" > < / td >
< td valign = "top" headers = "command" > < strong > Pin the Search View< / strong > < / td >
< td valign = "top" headers = "description" > Forces the Search view to remain on top of other views in the workbench area.< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" valign = "top" headers = "icon" > < img src = "../images/icon_menu.png" alt = "Menu icon" > < / td >
< td valign = "top" headers = "command" > < strong > Menu< / strong > < / td >
< td valign = "top" headers = "description" > Displays assorted options available for the Search view, including: < br >
2010-04-30 01:39:56 +00:00
< ul >
< li > Show as List< / li >
< li > Show as Tree (default)< / li >
< li > Hide Potential Method Calls< / li >
< li > Filters...< / li >
< li > Show Enclosing Definitions< / li >
< / ul >
< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< / table >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" > < br >
2004-06-02 19:01:38 +00:00
< a href = "../concepts/cdt_o_code_entry.htm" > Coding aids< / a > < br >
< a href = "../concepts/cdt_c_search.htm" > C/C++ search< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" > < br >
2004-06-02 19:01:38 +00:00
< 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 >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< 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.htm" > Search dialog< / a > < / p >
2010-05-10 20:25:24 +00:00
< hr >
2004-06-02 19:01:38 +00:00
< p >
2010-05-10 20:25:24 +00:00
< img src = "../images/rh03_04.gif" ALT = "Red Hat Copyright Statement" > < br >
< img src = "../images/ng00_07.gif" ALT = "IBM Copyright Statement" > < br >
2010-04-30 01:39:56 +00:00
< img src = "../images/nokiaCopyright.png" ALT = "Nokia Copyright Statement" >
2004-06-02 19:01:38 +00:00
< / p >
2012-09-19 17:16:24 -04:00
< / div > < / body >
2004-06-02 19:01:38 +00:00
2004-06-21 10:33:03 +00:00
< / html >