Up Previous Next Title Page Index Contents

7.10 Report Output Tool / Text Editor

The Text Editor is also basically the same as the Report Output Tool.

7.10.1 File menu

Save... writes the output of the report into a file.

Print... sends the output of the report to your default printer.

Insert File... allows you to add contents of ASCII file into report output window.

Exit closes the Report Output Window.

7.10.2 Edit menu

Undo cancels the last action performed in the editing area.

Cut removes the selected text from the editing area, and stores it into the buffer.

Copy stores the selected text from the editing area into the system text buffer.

Paste adds the text from the buffer to the current position in the editing area. Holding down shift while selecting paste allows you to choose from the last five entries in the buffer.

Select All marks all text in the editing area as selected.

Find... lets you search for a given string in the editing area.

Find Next lets you repeat the find operation for the string given earlier.

Replace... searches and replaces all occurrences of one string with another.

7.10.3 Help menu

Shortcut Keys opens a window describing shortcuts for fonts and editing.

7.10.4 Pop-up menu

Find... lets you search for a given string in the editing area (Ctrl-F).

Replace... searches and replaces all occurrences of one string with another (Ctrl-H).

Undo cancels the last action performed in the editing area (Ctrl-Z).

Copy stores the selected text from the editing area into the system text buffer (Ctrl-C).

Cut removes the selected text from the editing area, and stores it into the buffer (Ctrl-X, DELETE key).

Paste adds the text from the buffer to the current position in the editing area (Ctrl-V, Ctrl-J). Holding down shift while selecting paste allows you to choose from the last five entries in the buffer.

Accept takes a snapshot of the current state of the editing area.

Cancel returns to the most recent snapshot of the editing area.

Up Previous Next Title Page Index Contents