Tools

In addition to the content of the application there are several tools available to assist you in creating and managing the content of a document, like the Document Explorer, Object Browser and Unit Test Runner.

The tool windows include:

Window Description
The Document Explorer The Document Explorer window allows you to navigate and edit the structure of a document. To open the Document Explorer, select View > Document Explorer (Shift + F2)
The Clipboard Viewer The clipboard viewer allows you to view the expressions that have been put on the clipboard and to select one or more expressions that have recently been copied to the clipboard. The selected expressions can be used both to paste into the document and as expressions for commands like the Substitute command. To open the Clipboard Viewer, select View > Clipboard (Shift + F3)
The Object Browser The Object Browser allows users to see and search the list of objects that are available in the current document. To open the Object Browser, select View > Object Browser (Shift + F4)
The Execution Details Viewer The Execution Details Viewer allows users to explore the details of the execution of a command. Each function and clause that executes is captured when the execution details are enabled. To open the Execution Details, select View > Execution Details (Shift + F5)
The Unit Test Runner The Unit Test Runner allows users to execute any or all of the unit tests in the currently loaded document and all of the currently loaded libraries. It provides information about the number of unit tests that pass, fail and number that are disabled. It also provides performance information and a convenient way to open unit test module windows. To open the Unit Test Runner, select View > Unit Test Runner (Shift + F6)
The Error List The Error List displays error messages generated during the build process. To open the Error List, select View > Error List (Shift + F7)
The Find and Replace Window The Find and Replace Window allows users to search for expressions in libraries and document sections. To open the Find and Replace Window, select Edit > Find (Ctrl + F) or select Edit > Replace (Ctrl + H)