The Edit menu provides the normal options.


Item

Description

Undo

Undo the last edit.
Hot Key: Ctrl+Z

Redo

Redo the last undo.
Hot Key: Ctrl+Y

Cut

Move the selected text to the Clipboard.
Hot Key: Ctrl+X

Copy

Copy the selected text to the Clipboard.
Hot Key: Ctrl+C

Paste

Paste the Clipboard text over the selected text.
Hot Key: Ctrl+V

Clear

Delete the selected text.
Hot Key: Del

Select All

Select all of the text.
Hot Key: Ctrl+A

Find...

Find a string.
Hot Key: Ctrl+F

Replace...

Replace a string with another.
Hot Key: Ctrl+H

Find Next

Repeat last find or replace.
Hot Key: F3

Go To...

Go to a line number.
Hot Key: Ctrl+G

Indent

Move selected lines right.
Hot Key: Tab

Outdent

Move selected lines left.
Hot Key: Shift+Tab

Comment Block

Add the comment character ' to the beginning of each line of selected code.

Hot Key: Ctrl+K

Uncomment Block

Remove the comment character ' from the beginning of each line of selected code.

Hot Key: Ctrl+U

Parameter Info

Show the parameter information.
Hot Key: Ctrl+I

Complete Word

Complete the word.
Hot Key: Ctrl+Space