Edit menu commands
The Edit menu offers the following commands:| Undo | Reverse previous editing operation. |
| Redo | Reverse previous undo operation. |
| Cut | Deletes text from the document and moves it to the clipboard. |
| Copy | Copies text from the document to the clipboard. |
| Paste | Pastes text from the clipboard into the document. |
| Delete > Delete | Deletes the selection. |
| Delete > Delete Word | Deletes current word. |
| Delete > Delete Line | Deletes current line. |
| Delete > Delete to End of Word | Deletes to the end of current word. |
| Delete > Delete to End of Line | Deletes to the end of current line. |
| Delete > Delete Word Back | Deletes one word back. |
| Delete > Delete Marked Lines | Deletes all the marked lines. |
| Delete > Delete Unmarked Lines | Deletes all the unmarked lines. |
| Delete > Delete Duplicated Lines | Deletes duplicated lines from current document. |
| Delete > Delete Blank Lines | Deletes blank lines from current document. |
| Select > Select Word | Selects current word. |
| Select > Select Line | Selects current line. |
| Select > Select All | Selects the entire document. |
| Select > Column Select | Starts the column selection. |
| Select > Begin/End Selection | Begins or ends selection. |
| Select > Begin/End Column | Begins or ends column selection. |
| Clipboard > Cut Append | Cuts the selection and appends to the clipboard. |
| Clipboard > Copy Append | Copies the selection and appends to the clipboard. |
| Clipboard > Cut Marked Linese | Cuts all marked lines and puts them on the clipboard. |
| Clipboard > Copy Marked Lines | Copies all the marked lines and puts them on the clipboard. |
| Clipboard > Paste as Column | Pastes text from the clipboard into the document columnarly. |
| Clipboard > Copy as HTML | Copies the selection to the clipboard as HTML text. |
| Clipboard > Copy URL | Copies current URL to the clipboard. |
| Clipboard > Undo All | Undoes all the last actions. |
| Clipboard > Redo All | Redoes all the previously undone actions. |
| Clipboard > Copy on Mouse Select | Copies the selection made by mouse. |
| Clipboard > Paste on Right Click | Pastes when clicking right mouse button. |
| Clipboard > Fixed Column Paste | Retains cursor position on column paste. |
| Clipboard > Copy on Selection Only | Enables copy only when there is selected text. |
| Clipboard > Auto Indent on Paste | Auto indents text when pasting from clipboard. |
| Format > Trim Trailing Spaces | Trims trailing white spaces. |
| Format > Tabs to Spaces | Converts tabs to spaces. |
| Format > Spaces to Tabs | Converts spaces to tabs. |
| Format > Leading Spaces to Tabs | Converts leading spaces to tabs. |
| Format > Remove Leading Spaces | Removes leading white spaces. |
| Format > Join Lines | Joins selected lines. |
| Format > Split Lines | Splits selected wrapped lines. |
| Format > Reformat | Reformats paragraph to the format column number. |
| Format > Increase Indent | Increases the indentation of current line or selected block. |
| Format > Decrease Indent | Decreases the indentation of current line or selected block. |
| Format > Line Comment | Inserts comment sign at the beginning of line. |
| Format > Line Comment Indent | Inserts comment sign before the first non-space character. |
| Format > Line Uncomment | Removes comment sign at the beginning of line. |
| Format > Fill Selection | Fills the selection with specified string. |
| Format > Align Left | Aligns the current line or selected text to the left border. |
| Format > Align Center | Centers the current line or selected text. |
| Format > Align Right | Aligns the current line or selected text to the format column number. |
| Convert > Upper Case | Changes the selected text to upper case. |
| Convert > Lower Case | Changes the selected text to lower case. |
| Convert > Invert Case | Inverts the case of the selected text. |
| Convert > Capitalize | Capitalizes the selected text. |
| Convert > Base64 Encode | Encodes selected text in Base64. |
| Convert > Base64 Decode | Decodes selected text in Base64. |
| Convert > URL Encode | Encodes selected text in URL encoding. |
| Convert > URL Decode | Decodes selected text in URL encoding. |
| Suggest > Suggest from Document | Replaces current partial word with an expanded word found in current document. |
| Suggest > Suggest from All Open Files | Replaces current partial word with an expanded word found in all open files. |
| Suggest > Suggest from Cliptext | Replaces current word with the corresponding cliptext. |
| Suggest > Suggest From Tag File | Replaces current word with an expanded word found in the tags file. |
| Insert > Insert File | Inserts file into cursor position of current document. |
| Insert > Page Break | Inserts a page break. |
| Insert > Date | Inserts current date. |
| Insert > Date Long | Inserts current date in long format. |
| Insert > Time | Inserts current time. |
| Insert > Time Long | Inserts current time with seconds. |
| Insert > Customize Date/Time | Customizes date/time format. |
| Utilities > Strip HTML Tags | Strips HTML tags in current document or selection. |
| Utilities > Ansi to HTML Entity | Converts umlaut or accented characters to HTML entities. |
| Utilities > HTML Entity to Ansi | Converts HTML entities to umlaut or accented characters. |
| Utilities > HTML Tidy (HTML) | Runs HTML Tidy to fix HTML code. |
| Utilities > HTML Tidy (XML) | Runs HTML Tidy to fix XML code. |
| Utilities > JSON Beautifier | Indents JSON code to make it easier to read. |
| Others > Transpose | Transposes characters either side of cursor. |
| Others > Duplicate Line | Duplicates current line. |
| Others > Duplicate Char | Copies a character from previous line. |
| Others > Duplicate Sel | Duplicates current selection. |
| Others > Set Marker Dup Lines | Searches duplicated lines and sets markers on them. |
| Others > Move Up | Moves up the selected lines. |
| Others > Move Down | Moves down the selected lines. |
| Others > Char Code | Displays current character code value. |
| Others > Lock Insert Mode | Locks the input mode as Insert. |
| Others > Allow Drag & Drop | Allows drag & drop text in the document window. |
| Others > Enable Quick Insert | Adjusts cursor location for quick insert. |
| Others > Extend Number Selection | Allows commas and dots in number selection. |
| Character Count | Counts the number of characters in the document or selection. |
| Allow Virtual Space | This option allows the cursor position beyond the end of line. |
| Hex Viewer | Display current file in Hex Viewer. |