home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-WinXP-9.1.exe / doc / WX / Searching.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  4.4 KB  |  99 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  8.   <title>Searching and Replacing Text</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <link href="style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <div>
  17. <img alt="Amaya" src="../../resources/icons/22x22/logo.png" class="logo" />
  18.  
  19. <p class="nav"><a href="StyleSheets.html" accesskey="p"><img alt="previous"
  20. src="../../resources/icons/misc/left.png" /></a> <a href="Manual.html"
  21. accesskey="t"><img alt="top" src="../../resources/icons/misc/up.png" /></a>
  22. <a href="SpellChecking.html" accesskey="n"><img alt="next"
  23. src="../../resources/icons/misc/right.png" /></a></p>
  24. </div>
  25.  
  26. <div id="page_body">
  27. <h2>Searching and Replacing Text</h2>
  28.  
  29. <p>You can search and replace text with the <strong>Search</strong> dialog by
  30. choosing <strong>Find</strong> from the <strong>Edit</strong> menu or
  31. clicking the <strong>Search</strong> button <img
  32. src="../../resources/icons/22x22/find.png" alt="Search button" />. You can
  33. also use the keyboard shortcut: <code>Ctrl</code><code>-F</code>.</p>
  34.  
  35. <p>This dialog enables you to search or replace text using different
  36. criteria:</p>
  37. <ul type="disc">
  38.   <li>You must enter the character string for which you want to search in the
  39.     <strong>Search for</strong> field.</li>
  40.   <li>If the <strong>Ignore caseg</strong> button is selected, a
  41.     case-insensitive search is performed; otherwise, the string is searched
  42.     for as it appears within the <strong>Search for</strong> field.</li>
  43.   <li>Strings can also be replaced using the same operation. You enter the
  44.     replacement text in the <strong>Replace by</strong> field and select a
  45.     replacement mode from the <strong>Replace</strong> box. The replacement
  46.     modes are:
  47.     <ul>
  48.       <li><strong>No replace</strong>: No replacement occurs even if the
  49.         Replace field contains a character string. It is just a simple
  50.       search.</li>
  51.       <li><strong>Replace on request</strong>: When the string is found,
  52.         Amaya selects it. The user can then click one of the following
  53.         buttons:
  54.         <ul>
  55.           <li><strong>Confirm</strong> to replace and carry out the search
  56.             again.</li>
  57.           <li><strong>Do not replace</strong> to search for the next instance
  58.             without replacing the string that was found.</li>
  59.         </ul>
  60.       </li>
  61.       <li><strong>Automatic replace</strong>: All instances of the
  62.         searched-for string are automatically replaced within the portion of
  63.         document defined in the <strong>Search where</strong> box.</li>
  64.     </ul>
  65.   </li>
  66.   <li>The <strong>Search where</strong> box enables you to specify the part
  67.     of document in which the search will occur:
  68.     <ul>
  69.       <li><strong>Before selection</strong>: The search starts at the
  70.         beginning of the selected part and moves backward to the beginning of
  71.         the document.</li>
  72.       <li><strong>Within selection</strong>: The search only occurs within
  73.         the selected part, from its beginning to its end.</li>
  74.       <li><strong>After selection</strong>: The search starts at the end of
  75.         the selected part and moves forward to the end of the document.</li>
  76.       <li><strong>In the whole document</strong>: The search is carried out
  77.         in the whole document from the beginning to the end regardless of
  78.         which part is selected.</li>
  79.     </ul>
  80.   </li>
  81. </ul>
  82.  
  83. <p>To initiate the search operation, click the <strong>Confirm</strong>
  84. button at the bottom of the dialog. If Amaya finds the searched-for string,
  85. it is selected and the document is positioned so as to make this string
  86. visible. You can then search for the next instance of this string by clicking
  87. the <strong>Confirm</strong> button again. If the string is not found, Amaya
  88. displays a <strong>Not found</strong> dialog-box.</p>
  89.  
  90. <p>Search or replace can be abandoned at any time by clicking the
  91. <strong>Cancel</strong> button.</p>
  92.  
  93. <p>Replacement operations can be undone by choosing <strong>Undo</strong>
  94. from the <strong>Edit</strong> menu, or by using the keyboard shortcut
  95. <code>Control-Z</code>.</p>
  96. </div>
  97. </body>
  98. </html>
  99.