Text Editor Window Shortcut Menu Reference (Visual LISP IDE)

The shortcut menu for the text editor window allows for quick access to the most important functions.

Note: The Visual LISP IDE is available on Windows only.

The following table summarizes the commands that may be available from the text editor window shortcut menu.

Text editor window shortcut menu commands

Command

Action

Cut

Removes the selected text from the text editor window and moves it to the Clipboard

Copy

Copies the selected text to the Clipboard

Paste

Pastes the Clipboard contents to the cursor location

Find

Finds the specified text in one or more editor windows

Go to Last Edited

Moves the cursor to the position you last edited

Toggle Breakpoint

Sets a breakpoint at the cursor position, or removes a breakpoint if one is set currently at that position

Inspect

Displays the Inspect window with information based on the selected text

Add Watch

Displays the Watch window

Apropos Window

Displays the Apropos window

Symbol Service

Displays the Symbol Service dialog box

Undo

Reverses the last operation

Redo

Reverses the effects of the previous Undo