Recall
This is sort-of like a "batch find". It lets you scan the output window and quickly retrieve matching lines into a separate window. For example, you might recall each line starting with <CHAT>.

Recall What:

If you are not using regular expressions, simply recalls every line which has the "recall what" text in it (anywhere in the line).

If you are using regular expressions, recalls lines matching that expression.

Match case

If checked, the "case" must match exacly (eg. "cave" and "Cave" would be considered different words).

Regular expression

If checked, the "Recall what" text is processed as a regular expression. See "regular expressions" for more details.

For example:

^<CHAT>

This would match lines starting with <CHAT>.

Examine X lines from end.

You can specify how many lines to go back, in case you have thousands of lines, and only want to recall over the last 200 (say).

Output

If checked, examine lines marked as "output" (which arrived from the MUD).

Commands

If checked, examine lines marked as "commands" (which you typed).

Notes

If checked, examine lines marked as "notes" (which were done by scripts).

Line Preamble:

You can put a preamble in front of every line (eg. "%H:%M>") - this example would show the time each line was created.

?

Click the "?" button to see options for entering into the line preamble box.

Find

Click to commence the recall operation.


See Also ...

Topics

DOC_aliases Aliases
DOC_lua_string Lua string functions
DOC_regexp Regular Expressions
DOC_triggers Triggers

Command

CMD_ID_DISPLAY_RECALLTEXT RecallText (Recalls all lines matching a string into a separate window)

(Help topic: dialog=IDD_RECALL)

DOC_contents Documentation contents page