The Edit Menu
Prev
Next

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->Block Selection Mode (Ctrl+Shift+B)

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

Edit->Overwrite Mode (Insert)

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->Go to Line... (Ctrl+G)

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

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->Expand Abbreviation (Ctrl+J)

Expands the abbreviations. Abbreviations can be defined in the Settings->Configure Quanta... dialog.

Edit->Apply Source Indentation

Reformats the source code accroding to the same rules as the VPL part inserts the tags.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team