root/branches/mbutscher/work/WikidPadHelp/data/IncrementalSearch.wiki @ 257

Revision 257, 1.7 kB (checked in by APA, 2 years ago)

WikidPadHelp? - further changes and additions.
There is more to be done.

Line 
1++ Incremental Search
2
3In order to start an incremental search in the left field of the status bar,
4just type [Ctrl-F] or [F3] while You are in a document.
5
6Now, beeing in incremental search mode anything you type becomes a search
7string, and as you type you are forwarded to any matches found in the current
8text.
9
10Type [Ctrl-F] or [F3] again, or type [Cursor-Down] or [Page-Down]
11in order to "Search Next". In order to "Search Backwards" just type
12[Shift-F3], [Cursor-Up] or [Page-Up]
13
14To exit incremental search mode type [Enter].
15
16Incremental search supports regex. For example: To match the
17word "incremental" or the word "search" in this document, type:
18
19[Ctrl-F]
20incremental|search
21Then type [Ctrl-F] again to cycle through the matches.
22
23
24Further details of the behavior of incremental search:
25
26    * [Ctrl-F] while text is selected in editor copies it to search
27      field up to the first newline or up to 30 characters
28    * [F3] starts search field with last search entered
29    * Search starts at cursor position (1.8beta5 and prior started
30      always at page beginning)
31    * [Enter] terminates search and keeps last found text selected (if any)
32    * [Esc] terminates search and goes back where search began
33    * Clicking outside of the search field terminates search
34    * If search pattern is found search field is green
35    * If search pattern is not found search field is yellow
36    * If search pattern is an invalid regex, color doesn't change
37
38
39In the options dialog, page "Searching" there is also an option
40"Delay before auto-close". Entering a number greater 0 denotes the
41number of seconds of inactivity before incremental search is closed
42automatically. 0 means "wait forever".
43
44
45[icon: lens]
Note: See TracBrowser for help on using the browser.