The Edit Menu
- Undo - Undoes the last action on your source code. (Press 'CTRL + Z' for this command)
- Revert - Reverts back to the originally opened source code. (Compatible with NEW or OPEN)
- Cut - Removes the selected text, and then places it on the clipboard.
- Copy - Makes a replica of the selected text and places it on the clipboard.
- Paste - Places the contents of the clipboard to the current cursor location. Overwrites any selected text.
- Delete - Removes selected text.
- Find - Finds the next instance of the requested text, selects it, and then puts it in queue. (Press 'CTRL + F' for this command)
- Find Next - Finds the next instance of the word in queue, and then selects it. (Press 'F3' for this command)
- Replace - Finds all instances of the requested text, and replaces them with the specified text. (Press 'CTRL + H' for this command)
- Select All - Selects the entire document.
- Remove [TAB]s - Removes all instances of the [TAB] key, and replaces them with spaces. This makes the source much more pleasant to edit.