The Edit menu contains menu items to help you manipulate the current text document. It contains the following menu items:
| Action | What It Does |
|---|---|
| Undo | Undoes the last action. |
| Redo | Redoes the last action undone. |
| Cut | Removes selected text and places it in the system clipboard. |
| Copy | Copies the selected text to the system clipboard. |
| Paste | Pastes the text on the system clipboard to the current caret position. |
| Delete | Removes the selected text from the current text document. |
| Find... | Searches for text. |
| Find Next | Repeats the last Find. |
| Replace | Searches for text and replaces it with new text. |
| Replace Next | Repeats the last Replace. |
| Find in Files... | Brings up a dialog to search for text in multiple files simultaneously. |
| Go To... | Lets you quickly go to a different line number in the current text document. |
| Select All | Selects all text in the current text document. |
| Time/Date | Inserts a time/datestamp in the current text document. |
| Text | Displays a submenu with more text editing actions. |
| Indent | Displays a submenu with actions for indenting blocks of text. |
See also: The Menu Bar