notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Search window.html
Don Ho 759a950cfa [RELEASE] Notepad++ v5.6.1 release.
[UPDATE] (Author : Christian Cuvier) Update NppHelp.
[UPDATE]  Update localization files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@584 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-05 01:46:08 +00:00

31 lines
2.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Searching in Files</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Search result window</h1>
<p>
<img src="Images\Screenshots\srwindow.png">
<p>The
results of most searches that can return several hits will be displayed in a dockable panel (see
<a href="Dockable%20Windows.html">Dockable Windows</a> for more information). The results will be sorted on
a per file and per line basis, and can be collapsed for each file (by&nbsp;<span class="shortcut">doubleclicking</span> the filename) (also see <a href="Folding.html">Folding</a>).
<p>
Commands that make use of the facility are:<p>
<ul><li><span class="button">Find all in all opened documents</span> in <a href="Normal%20Search.html">Find dialog</a>
</li><li><span class="button">Find all in current documents</span> in <a href="Searching.html">Find dialog</a>
</li><li><span class="button">Find them all</span> in <a href="Searching%20in%20files.html">Find in files dialog</a>
</li></ul>
<p>The results in the Search results window can be deleted using the DEL key, on an individual, per file or per search basis. They can be
further manipulated using the right click popup menu for the window. Additionally, the text of the window is plain text that can be copied
and asted for further processing. <span class="shortcut">Double-clicking</span> on a result will open that file and go to its
location. Using the <span class="menu_item">Open All</span> right-click menu entry will open all of the files which the collection of displayed search results, collapsed or not, references.
<p><span class="menu_item">Search-&gt;Switch to found results window</span> shows this window if hidden and not empty, and toggles focus between
it and the main Notepad++ window. When the window is not shown, <span class="menu_item">Go to Next found result</span> and <span class="menu_item">Go to Previous found result</span> navigate among results.
<p>
The
results will be colored depending on the type of result. See &nbsp;<a href="Styler%20Configurator.html#Search_result">Styler Configurator</a> for information on how to change these
colours.
</body></html>