The Edit Menu

Edit->Undo (Ctrl+Z)

Undo the last action performed.

Edit->Redo (Ctrl+Shift+Z)

Redo the last action undone.

Edit->Cut (Ctrl+X)

Cut the current block of text and place its contents on the clipboard.

Edit->Copy (Ctrl+C)

Copy the current block of text to the clipboard.

Edit->Paste (Ctrl+V)

Paste the contents of the clipboard at the current cursor position.

Edit->Paste Special

Edit->Paste Special->Paste HTML Quoted

Converts the clipboard text HTML special characters to HTML entities before pasting into the text body, so they show up properly when viewed and aren't picked up as tags by the client browser.

Edit->Paste Special->Paste URL Encoded

Converts the clipboard text into URL encoding, which is the correct way to include special characters and spaces into URLs. Used primarily when pasting a URL into an anchor tag.

Edit->Select All (Ctrl+A)

Select all of the text in the current document.

Edit->Deselect (Ctrl+Shift+A)

Unselect all text in the current document.

Edit->Toggle Block Selection (F4)

Turn on/off block highlighting. Allows you to select text blocks with your keyboard without holding down the shift key.

Edit->Toggle Insert (Inset)

Overrides the Insert key.

Edit->Find... (Ctrl+F)

String or regular expression pattern to find in the current document.

Edit->Find Next (F3)

Repeat the find downward in the document from the current location.

Edit->Find Previous (Shift+F3)

Repeat the find upward in the document from the current location.

Edit->Replace... (Ctrl+R)

String or regular expression replacement of text in the current file.

Edit->Find in Files... (Alt+Ctrl+F)

Find a string or expression in files in the selected folder. Sort of a GUI grep or sed with some predefined pattern spaces to help you out.

Edit->Indent (Ctrl+I)

Move the selected block of text one tab width to the right.

Edit->Unindent (Ctrl+Shift+I)

Move the selected block of text one tab width to the left.

Edit->Clean Indentation

Removes all indentation.

Edit->Comment (Ctrl+#)

Comments selected text.

Edit->Uncomment (Ctrl+Shift+#)

Uncomments selected text.

Edit->Expand Abbreviation (Ctrl+J)

Expands the abbreviations.

Edit->Apply Word Wrap

Wrap the text in the current window to a predefined width.

Edit->Go to Line... (Ctrl+G)

Go directly to a specific line number. This is really helpful when your PHP script is breaking unexpectedly!

Edit->Spelling...

Check the spelling in the current document.