core/com.nokia.carbide.cpp.doc.user/html/reference/search/wnd_system_search.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1660 a53047bc0aba
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>System Search</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>System Search </h2>
<p>Use the <b>System Search</b> page of the <b>Search</b> window to perform a textual search of files by directory, on   your  hard drive. This enables you to search for files inside directories located outside of the project workspace. In addition, there are additional search choices including:</p>
<ul>
  <li>File Search - does a textual search of files in the workspace. This search comes from the Eclipse platform.</li>
  <li>C/C++ Search  - searches via the C++ index, not a simple textual search. This search comes from CDT. </li>
</ul>
<p>Choose <b>Search &gt; System Search</b> to open  the Search window and perform a directory defined textual search. The results  are then shown  in the <a href="view_system_search.htm">System Search</a> view. Some of the search behaviors and apperance are controlled by settings in the <a href="wnd_system_search_prefs.htm">System Search</a> preference panel.</p>
<p align="center"><img src="../images/wnd_system_search.png" width="519" height="391"></p>
<p class="figure">Figure 1. System Search page in the Search window  </p>
<h5>Table 1. System Search page options </h5>
<table width="94%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="32%" scope="col">Item</th>
    <th width="68%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>Search string </b></td>
    <td><p>Enter text into the <b>Search string</b> text box to search for specific strings within files. Leave empty if you are only looking for files by name and not content. You can control how the text is interpreted using these options: </p>
      <ul>
        <li>Case sensitive &#8212; enable to make the search case sensitive </li>
        <li>Regular expression   &#8212; enable to use regular expression in the Search string text box </li>
    </ul></td>
  </tr>
  <tr>
    <td><b>File name patterns </b></td>
    <td>Enter the file types to search for seperated by commas, or click <b>Choose</b> to select file types in the preset list in the <b>Select Types</b> dialog. </td>
  </tr>
  <tr>
    <td><b>Folder</b></td>
    <td><p>Enter text into the <b>Folder</b> text box or click Browse to search to search a specific folder. You can control how the folder search is conducted  using these options: </p>
      <ul>
        <li>Search subfolders  &#8212; enable to recusively search subfolders in the selected folder for matching files </li>
        <li>Search hidden files    &#8212; enable to also search the folder/subfolders  hidden files</li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Customize...</b></td>
    <td><p>Specify which search tabs should appear in the Search window. </p>
    <p class="note"><b>NOTE</b> Use the Window &gt; Customize Perspective &gt; Commands page to hide specific commands you never use. </p></td>
  </tr>
</table>
<h5>Other references </h5>
<ul>
  <li><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-26.htm">Search view</a> </li>
  <li><a href="PLUGINS_ROOT/org.eclipse.jdt.doc.user/reference/ref-menu-search.htm">Search actions</a> </li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>