srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/tasks/search_comp.htm
changeset 0 a02c979e8dfd
equal deleted inserted replaced
-1:000000000000 0:a02c979e8dfd
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5 <title>Finding components</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h2>Finding components</h2>
       
    10 <p>You can search for currently selected components in the Dependency Explorer main view. Note that <b>Find Components</b> can be used only in the component tree.</p>
       
    11 <p>If you want to search for components, imported functions and/or exported functions from a selected SDK, see <a href="..\tasks\search.htm">Searching for components and functions</a>.</p>
       
    12 
       
    13 <ol>
       
    14 <li>To find components from component tree, do any of the following:
       
    15 <ul>
       
    16 <li>Right-click a component node and select <b>Find...</b></li>
       
    17 <li>Click the <b>Find</b> button on the Dependency Explorer toolbar. </li>
       
    18 <li>Press CTRL + F.</li>
       
    19 </ul>
       
    20 <p>The <b>Find Component</b> dialog is displayed.</p>
       
    21 <p><img src="screenshots\find_components.png"></p></li>
       
    22 <li>In the dialog, enter the search criteria for a component.
       
    23 <ul>
       
    24 <li>Search words are case-insensitive. <p><b>Example:</b> <i>cone</i>, <i>Cone</i> and <i>CONE</i> all return the same results. </p></li>
       
    25 <li>The search will find all components that contain the search criteria.
       
    26 <p><b>Example:</b> <i>co</i> returns <i>cone.dll</i>, <i>eikcore.dll</i>, <i>eikcoctl.dll</i> and so on.</p></li>
       
    27 <li>Wildcard characters (such as the asterisk *) are not needed. </li>
       
    28 </ul></li>
       
    29 <li>Click <b>Find Next</b>.<p>The first match that meets the criteria is highlighted on the component hierarchy, and its usage details are displayed on the <b>Imported Functions</b>, <b>Exported Functions</b> and <b>Component Properties</b> tabs. </p></li>
       
    30 </ol>
       
    31 
       
    32 <p>To continue looking for more components from the lower levels of the hierarchy, click <b>Find Next</b> again. A message is displayed when there are no more results to show.</p>
       
    33 
       
    34 <h5>Related concepts</h5>
       
    35 <ul>
       
    36 	<li><a href="../concepts/component.htm">Component</a></li>
       
    37 </ul>  
       
    38 
       
    39 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    40 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    41 
       
    42 </body>
       
    43 </html>