1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6	<link href="../../css/manpage.css" rel="stylesheet" type="text/css">
7	<title>Pane Search Window</title>
8</head>
9<body>
10<h1 id="BINARYOUT_DIALOG">Pane Search Window</h1>
11
12<p>Searches for panes that are in the layout.</p>
13
14<p class="img">
15	<img src="images/pane_search_window.gif" alt="Pane Search Window">
16</p>
17
18<ol class="ui">
19    <li>
20        <p>Specifies the type of the search target character string.<br> Can be specified as the pane name, user information, or comment.
21        </p>
22    </li>
23    <li>
24        <p>Executes the operations available in the <B>Search</B> window.</p>
25        <dl class="enum">
26            <dt>Search Next</dt>
27            <dd>Searches for the next candidate.</dd>
28            <dt>Search Previous</dt>
29            <dd>Searches for the previous candidate.</dd>
30            <dt>Replace</dt>
31            <dd>Performs replace operations with the current conditions.</dd>
32            <dt>Add to Selection</dt>
33            <dd>Adds the search results to the search pane set.</dd>
34            <dt>Select All</dt>
35            <dd>Selects all panes conforming to the search.</dd>
36        </dl>
37    </li>
38    <li>
39        <p>Enter the search string. If the <B>Regular Expression</B> option is selected, input a regular expression.</p>
40    </li>
41    <li>
42        <p>Enter the replacement string. The <B>Replace </B>option must be specified.</p>
43    </li>
44    <li>
45        <p>Specifies the search options.</p>
46        <dl class="enum">
47            <dt>Regular Expression</dt>
48            <dd>Use regular expressions to specify the search string.</dd>
49            <dt>Automatic Select</dt>
50            <dd>Selects panes matching the search.</dd>
51            <dt>Replace</dt>
52            <dd>Replaces strings that match the search string.</dd>
53        </dl>
54    </li>
55    <li>
56        <p>The search results are displayed.</p>
57        <dl class="enum">
58            <dt>Pane name</dt>
59            <dd>The name of the pane matching the search character string is displayed.</dd>
60            <dt>Before Replace</dt>
61            <dd>Displays the string before performing the replace operation. The part that matches appears in red.</dd>
62            <dt>After Replace</dt>
63            <dd>Displays the character string after performing the replace operation. The part that was replaced appears in red.</dd>
64        </dl>
65    </li>
66    <li>
67        <p>Searches for the next candidate.</p>
68    </li>
69    <li>
70        <p>Performs replace operations with the current conditions.</p>
71    </li>
72</ol>
73
74<hr><p>CONFIDENTIAL</p></body>
75</html>
76