Edit Menu
The Edit menu provides the normal options.
Item |
Description |
Undo |
Undo the last edit. |
Redo |
Redo the last undo. |
Cut |
Move the selected text to the Clipboard. |
Copy |
Copy the selected text to the Clipboard. |
Paste |
Paste the Clipboard text over the selected text. |
Clear |
Delete the selected text. |
Select All |
Select all of the text. |
Find... |
Find a string. |
Replace... |
Replace a string with another. |
Find Next |
Repeat last find or replace. |
Go To... |
Go to a line number. |
Indent |
Move selected lines right. |
Outdent |
Move selected lines left. |
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. |
Complete Word |
Complete the word. |