WebTide User GuideThe edit menu provides functionality for the editor
Copy - copies the selected text to the system clipboard
Paste - pastes the text from the system clipboard into the selected editor
Cut - cuts the selected text from the current editor into the system clipboard
Select all - selects all the text from the current editor
Copy append - appends the selected text to the system clipboard
Cut append - cuts the selected text from the current editor and appends it to the system clipboard
Complete word (Ctrl+D) - shows a completion popup with all the words available in the file
Join selected lines - removes the line separators from the selected text
Convert selection to upper case - converts the selected text to upper case
Convert selection to lower case - converts the selected text to lower case
Format file - formats the current file using the formater available for the file type(if any)
Insert HTML color code - shows a dialog that allows the user to select a color and insert its color code in the editor
Insert image - shows a dialog that allows the user to select an image and insert its relative or absolute path as a tag in the editor
Insert link - shows a dialog that allows the user to select a file and insert its relative or absolute path as a tag in the editor
Transform selection to HTML - encodes the selected editor text to HTML encoding
Insert template - shows a dialog that allows the user to select a template and insert its contents in the editor
Bold selection - encloses the selected text between bold HTML tags
Underline selection - encloses the selected text between underline HTML tags
Italic selection - encloses the selected text between italic HTML tags
Strong selection - encloses the selected text between strong HTML tags