2011-11-09 13:10:50 -05:00

45 lines
2.0 KiB
HTML

<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>How to Open File Search</title>
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h2>How to Open File Search</h2>
<p>
To open the File Search, you can do one of the following thing:
<ul type="circle">
<li>
Click the File Search tab.
<br><br>
&nbsp;&nbsp;<img src="open_fileSearch1.png" alt="Open File Search Top Component 1" />
<br><br>
</li>
<li>
Select the "Tools" -> "File Search"
<br><br>
&nbsp;&nbsp;<img src="open_fileSearch2.png" alt="Open File Search Top Component 2" />
<br><br>
</li>
</ul>
<b>Note:</b> The File Search Window is opened and closed automatically. If there's a case opened and there is at least one image inside that case, File Search Window can't be closed.
</body>
</html>
<!--
Tip: to create a link which will open in an external web browser, try:
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
<param name="content" value="http://www.netbeans.org/">
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
<param name="textFontSize" value="medium">
<param name="textColor" value="blue">
</object>
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
(This link will behave sanely if that module is disabled or missing.)
-->