Undo the last action performed.
Redo the last action undone.
Cut the current block of text and place its contents on the clipboard.
Copy the current block of text to the clipboard.
Paste the contents of the clipboard at the current cursor position.
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.
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.
Select all of the text in the current document.
Unselect all text in the current document.
Turn on/off block highlighting. Allows you to select text blocks with your keyboard without holding down the shift key.
Overrides the Insert key.
String or regular expression pattern to find in the current document.
Repeat the find downward in the document from the current location.
Repeat the find upward in the document from the current location.
String or regular expression replacement of text in the current file.
Go directly to a specific line number. This is really helpful when your PHP script is breaking unexpectedly!
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.
Expands the abbreviations. Abbreviations can be defined in the -> dialog.
Reformats the source code accroding to the same rules as the VPL part inserts the tags.
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team