Context menu for the Editor

The context menu for the Editor has the following menu commands.


New Edit Window

Opens a new, empty AppBrowser window.

See also:
The AppBrowser


Browse Symbol at Cursor

Browses source code for a specific symbol. Symbols, or keywords, include:

See also:
User's Guide: Browsing the source code for a language keyword


Topic Search

Searches HTML source code for a specific topic, indicated by its anchor.


Toggle Breakpoint

Removes or sets a breakpoint for the current line of code.

See also:
User's Guide: Disabling and enabling breakpoints


Run to Cursor

Runs the program starting from the current execution point, and pauses and places the execution point on the line of code containing the cursor.

See also:
Context-sensitive help: Run|Run to Cursor


Evaluate/Modify

Evaluates or changes the value of an existing expression or property.

See also:
Context-sensitive help: Run|Evaluate/Modify


Add Watch at Cursor

Adds the data item at the cursor to the Watch pane.

See also:
User's Guide: Watching expressions


Message view

Toggles the Error/Warning window display.


Properties

Opens the Environment Options dialog box, where you set editor options.

See also:
Context-sensitive help: Editor page of the Environment Options dialog box
Context-sensitive help: Display page of the Environment Options dialog box
Context-sensitive help: Colors page of the Environment Options dialog box