home *** CD-ROM | disk | FTP | other *** search
- BW (ZapUtils Paul Moore)
- Moves the cursor backwards one "word".
-
- DELWORDLEFT (ZapUtils Paul Moore)
- Deletes one "word", to the left.
-
- DELWORDRIGHT (ZapUtils Paul Moore)
- Deletes one "word", to the right.
-
- FILTERSEL <string> (ZapUtils Paul Moore)
- This command takes the selected area of the current file, and feeds it to the
- standard input of the command "str". The selection is replaced by the
- standard output.
-
- C-style redirection is used (ie, command <standard_in >standard_out), so only
- filter programs written in languages using the Shared C Library are likely to
- work.
-
- Error messages are ignored.
- <Wimp$ScrapDir> is used for temporary files (called Zap-In and Zap-Out).
-
- As an example, to sort the selected area, use FILTERSEL "sort", assuming you
- have a suitable sort program available.
-
- FW (ZapUtils Paul Moore)
- Moves the cursor forwards one "word".
-
- SEARCHWORD <word> (ZapUtils Paul Moore)
- Search for the word at the cursor.
- The exact effect depends on the parameter n.
-
- n=0 Search to buffer
- n=+1 Search forward from the current cursor position (next match)
- n=-1 Search backward from the current cursor position (previous match)
- n=+2 Search forward from the start of the buffer (first occurrence)
- n=-2 Search forward from the start of the buffer (last occurrence)
-
- All searches wrap at the end of the buffer, just like Zap's standard search
- routine (because that's what we use!)
-
- WINLEFT (ZapUtils Paul Moore)
- Moves the current Zap window left on the screen, by the amount specified
- (in OS units).
-
- WINRIGHT (ZapUtils Paul Moore)
- Moves the current Zap window right on the screen, by the amount specified
- (in OS units).
-
- WINUP (ZapUtils Paul Moore)
- Moves the current Zap window up on the screen, by the amount specified
- (in OS units).
-
- WINDOWN (ZapUtils Paul Moore)
- Moves the current Zap window down on the screen, by the amount specified
- (in OS units).
-