Program Editor Shortcut Keys

The Program Editor provides several shortcut keys.

Shortcut key

Description

Ctrl+N

Creates a new document.

Ctrl+O

Opens an existing document.

Alt+F+C

Closes the active script.

Alt+F+A

Opens a Save as dialog box.

Ctrl+S

Saves the active document.

Alt+F+V

Opens a print preview window for the active script.

Ctrl+P

Prints the active document.

Ctrl+Z

Undoes the last edit action.

Ctrl+X

Cuts the selection and puts it on the Clipboard.

Ctrl+C

Copies the selection and puts i ton the Clipboard.

Ctrl+V

Inserts the contents of the Clipboard.

Delete

Deletes the selection.

Ctrl+F

Opens the Find dialog box.

F3

Finds the next occurrence of the string in the Find dialog box.

Alt+E+R

Opens the Replace dialog box.

Ctrl+G

Opens the Go To Line dialog box.

Alt+E+I

Opens the Dialog Editor.

Alt+E+O

Opens the Font dialog box.

Alt+E+S

Opens the Options dialog box.

Shift+F9

Opens the Add Watch dialog box.

Alt+D+D

Delete Watch.

Alt+D+M

Modify Watch.

Alt+D+R

Trace.

Alt+D+L

Clear Trace.

F8

Steps to the next line in the script.

Shift+F8

Steps to the next line in the script. If the section is a procedure call, the next line is the first line in the procedure.

F9

Toggles a breakpoint for the debugger.

Alt+D+C

Clears all breakpoints.

Alt+D+N

Sets the next statement.

Alt+D+O

Sets the command line.

Alt+D+V

Sets event information.

Alt+D+B

Resets public variables.

F5

Starts running a script.

Alt+T+P

Opens the Points extended menu.

Alt+T+A

Opens the Alarms extended menu.

Alt+T+L

Opens the Log Status dialog box.

More information

Program Editor window components.