home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / SearchingTheWiki.wiki < prev    next >
Encoding:
Text File  |  2006-07-10  |  5.0 KB  |  125 lines

  1. ∩╗┐++ Searching The Wiki
  2.  
  3.  
  4. +++ To search inside a page
  5.  
  6. CTRL-F or F3 turns on wiki page IncrementalSearch.
  7. CTRL-R brings up the "Find and Replace" dialog.
  8.  
  9.  
  10. +++ To search all pages
  11.  
  12. ++++ Fast search
  13.  
  14. The toolbar contains a little search field. Just enter text you want to search for (you can use regular expression syntax), hit return and a list of matching wiki pages pops up.
  15.  
  16. ++++ Full search
  17.  
  18. CTRL-ALT-F brings up the search dialog for the entire wiki.
  19.  
  20. The dialog is non-modal, this means you can edit your wiki while the dialog is open.
  21.  
  22. *Be aware* that the search operates on the data in the database. If you have changed a page in the editor and not yet saved, this changes can't be seen by the search dialog.
  23.  
  24. The whole right side of the dialog shows the search results, the left side allows to control how to search.
  25.  
  26.  
  27. From top to bottom:
  28.  
  29. ++++ Searching
  30.  
  31. *Text field "Wiki Search"*
  32. Enter the pattern you want to search for. You can use regular expressions here. Below you can set exactly how the pattern should be interpreted.
  33.  
  34. *Simple regex*
  35. Choose this if the pattern contains only a single RE
  36.  
  37. *"Anded" regex*
  38. Choose this if the pattern contains multiple REs connected with "and". For example, to search this wiki for pages with "search" and "wiki" in them type:
  39.  
  40. search and wiki
  41.  
  42. Some operations are not available in "Anded" regex mode.
  43.  
  44. *Case sensitive, Whole word*
  45. Choose here if case matters for the search pattern and/or if only whole words should be searched for
  46.  
  47. *Button "Find"*
  48. Starts search process. If finished, a list of matching pages is listed on the right, optional with the number of occurring matches in parentheses and/or a few characters of context if set in the options.
  49.  
  50. *Button "Set Page list"*
  51. Opens the [PageListDialog], the Wiki Search Dialog vanishes until you close the other dialog. You can use it to limit the pages which should be searched by the "Find" operation. If you save the search, the settings in the [PageListDialog] are also stored.
  52.  
  53.  
  54. ++++ Replacing
  55.  
  56. *Text field "Replace By"*
  57. Enter here with which a found pattern on a page (or all pages) should be replaced. This field and the following three buttons are only available for "Simple regex" mode.
  58.  
  59. *Button "Find Next"*
  60. Find the next matching part of text in current page or next page in the search results and select it.
  61.  
  62. *Button "Replace"*
  63. Replace current selection with content of "Replace by" and go to next matching part.
  64.  
  65. *Button "Replace All"*
  66. After asking for confirmation, replaces all occurrences matching to the search pattern by the replacement in all pages in the search results.
  67.  
  68.  
  69. ++++ Storing/Loading Searches
  70.  
  71. *List of "Saved Searches"*
  72. Contains the titles of all searches stored in this wiki. The saved searches can also be seen in the tree after expanding "Views" and therein "saved searches" (only presented if searches exist).
  73.  
  74. Expanding one of the searches starts the search operation.
  75.  
  76. *Button "Save Search"*
  77. Saves the current content of the "Wiki Search" field and the settings below (not the replacement) in the wiki. First you are asked for the title of the search. If the title already exists, you must confirm to overwrite the previous search with this title.
  78.  
  79. *Button "Delete Search(es)"*
  80. Delete the searches selected in the list after confirmation
  81.  
  82. *Button "Load Search"*
  83. Loads selected search into the searching area.
  84.  
  85. *Button "Load and Run Search"*
  86. Same as hitting "Load Search" and "Find" button subsequently. Double clicking in the list has the same effect.
  87.  
  88.  
  89. ++++ Other
  90.  
  91. *Copy to clipboard: Button "Page names"*
  92. This copies the content of the result to the clipboard in the same way as it is done in the [PageListDialog]## # # # *# "Copy" .
  93.  
  94.  
  95. *Button "Options"*
  96. Starts a dialog to set options for the searching:
  97.  
  98.     Context *before* and *after*
  99.     Chooses the number of characters to show before and after
  100.     a found match as context. For an "anded" regex, the beginning
  101.     of the page is shown with so many characters as the sum of the
  102.     "before" and "after" values. Using context may slow down the
  103.     searching a bit.
  104.  
  105.     *Count Occurrences*
  106.     Counts how many matches a page contains and shows this number
  107.     in parentheses after each page name. This option slows down
  108.     searching.
  109.  
  110.  
  111. *Button "Close"*
  112. Close the dialog, same as hitting ESC key.
  113.  
  114.  
  115. ++++ The result list on the right
  116.  
  117. Each item in the result list consist of the page name, one or two optional numbers in parentheses behind the name (one number: Number of occurrences, two numbers: currently shown occurrence, then "/", then number of occurrences or a question mark if unknown)
  118.  
  119. In the result list, double clicking on an item (not on its blue bar!) brings you to the page and (if existing) to the matching occurrence shown for the list item. If the page was already loaded, a double click brings you to the next occurrence on this page.
  120.  
  121. If a particular occurrence is shown in the list, you can select this item and press F3 or click on the little blue bar on the left to show the next occurrence on this page.
  122.  
  123.  
  124. [icon: lens]
  125.