To set the Jade Interpreter Output Viewer display on top of the current window
Select the Always on top command from the Jade Interpreter Output Viewer Options menu.
A check mark is then displayed to the left of the command in the Options menu.
The Jade Interpreter Output Viewer is then always displayed on top of the current window unless it is minimized. To change the option back again, repeat the operation. (The check mark is then no longer displayed and the Jade Interpreter Output Viewer is no longer brought to the top.)
The Always on top command sets and unsets the [
To capture your output to a file
Select the Capture to file command from the Jade Interpreter Output Viewer Options menu.
A check mark is then displayed to the left of the command in the Options menu.
The output from traced methods and write instructions is written to the Jade Interpreter Output Viewer window by default. You can capture the output to a file as well as have it displayed in the Jade Interpreter Output Viewer. If you have specified that the output is also written to a file, the output is directed to the jadeout.log file in your JADE log directory, by default.
To change the option back again, repeat the operation. (The check mark is then no longer displayed.)
You can view the output file by using a text editor; such as Notepad. (The output file is cumulative; that is, records are appended to any existing records in the output file.)
To change the screen font displayed in the Jade Interpreter Output Viewer
To display text in another font, select the Font command in the Options menu.
The common Font dialog is then displayed, listing all screen fonts available for selection.
In the Font Style and Size combo boxes, select the font attributes that you require; for example, Bold and 12.
Click the OK button. Alternatively, click the Cancel button to abandon your selections.
To set the font displayed in the Jade Interpreter Output Viewer to a fixed‑pitch font
To display text in a fixed‑pitch (monospaced) font, select the Font (Fixed Pitch) command in the Options menu. The common Font dialog is then displayed, listing all fixed-pitch fonts available for selection; for example, Courier.
In the Font Style and Size combo boxes, select the font attributes that you require; for example, Bold Italic and 9.
Click the OK button. Alternatively, click the Cancel button to abandon your selections.
To toggle the pausing of updates displayed in the Jade Interpreter Output Viewer
To pause the output of text to the Jade Interpreter Output window, select the Pause Display Update command from the Options menu, or press the PAUSE BREAK key when the Jade Interpreter Output Viewer has focus.
When output to the Jade Interpreter Output View is paused, the Options menu command changes to Resume Display Update and a message is displayed in red in the status bar of the form, as shown in the following image.
Any write text that is subsequently output is queued and not added to the display until the Jade Interpreter Output Viewer until updating is resumed. The message in the status bar includes the number of queued write statements. When the display update is paused, you can interact with the displayed text without any interference.
Pausing the update does not apply to edit functionality (that is, cut, delete, paste, undo, and annotate actions).
The contents of any write statements that arrive while the display is paused continue to be written to the capture file, if you have selected that option.
When the amount of queued text exceeds the maximum size of text that the Jade Interpreter Output Viewer holds and displays (4M bytes of text, truncated to the nearest full line), the older entries are discarded. If messages have been discarded, the number of discarded message is displayed in the status bar at the bottom of the form. If file capture is on, all write statements continue to be output to that file.
To resume the output of text to the Jade Interpreter Output Viewer, select the Options menu Resume Display Update command, or press the PAUSE BREAK key when the Jade Interpreter Output Viewer has focus.
When the display update is resumed, the status bar at the bottom of the form is hidden, the Options menu command changes to Pause Display Update, and any queued write text is displayed.
To toggle how text output to the Jade Interpreter Output Viewer is displayed
Select the Word wrap command from the Jade Interpreter Output Viewer Options menu.
By default, word wrapping is not set, so long lines of text are truncated on the right and the text box must be scrolled horizontally to view the extended text.
When you set word wrapping, a check mark symbol is displayed to the left of the Word wrap command in the Options menu, and word wrapping remains in effect until you select this command again. Any long lines of text are then wrapped so that additional lines are used to display the complete text and there is no horizontal scroll bar.
The Word wrap command sets and unsets the [