Edit menu commands

EditPlus

Edit menu commands
The Edit menu offers the following commands:

UndoReverse previous editing operation.
RedoReverse previous undo operation.
CutDeletes text from the document and moves it to the clipboard.
CopyCopies text from the document to the clipboard.
PastePastes text from the clipboard into the document.
Delete > DeleteDeletes the selection.
Delete > Delete WordDeletes current word.
Delete > Delete LineDeletes current line.
Delete > Delete to End of WordDeletes to the end of current word.
Delete > Delete to End of LineDeletes to the end of current line.
Delete > Delete Word BackDeletes one word back.
Delete > Delete Marked LinesDeletes all the marked lines.
Delete > Delete Unmarked LinesDeletes all the unmarked lines.
Delete > Delete Duplicated LinesDeletes duplicated lines from current document.
Delete > Delete Blank LinesDeletes blank lines from current document.
Select > Select WordSelects current word.
Select > Select LineSelects current line.
Select > Select AllSelects the entire document.
Select > Column SelectStarts the column selection.
Select > Begin/End SelectionBegins or ends selection.
Select > Begin/End ColumnBegins or ends column selection.
Clipboard > Cut AppendCuts the selection and appends to the clipboard.
Clipboard > Copy AppendCopies the selection and appends to the clipboard.
Clipboard > Cut Marked LineseCuts all marked lines and puts them on the clipboard.
Clipboard > Copy Marked LinesCopies all the marked lines and puts them on the clipboard.
Clipboard > Paste as ColumnPastes text from the clipboard into the document columnarly.
Clipboard > Copy as HTMLCopies the selection to the clipboard as HTML text.
Clipboard > Copy URLCopies current URL to the clipboard.
Clipboard > Undo AllUndoes all the last actions.
Clipboard > Redo AllRedoes all the previously undone actions.
Clipboard > Copy on Mouse SelectCopies the selection made by mouse.
Clipboard > Paste on Right ClickPastes when clicking right mouse button.
Clipboard > Fixed Column PasteRetains cursor position on column paste.
Clipboard > Copy on Selection OnlyEnables copy only when there is selected text.
Clipboard > Auto Indent on PasteAuto indents text when pasting from clipboard.
Format > Trim Trailing SpacesTrims trailing white spaces.
Format > Tabs to SpacesConverts tabs to spaces.
Format > Spaces to TabsConverts spaces to tabs.
Format > Leading Spaces to TabsConverts leading spaces to tabs.
Format > Remove Leading SpacesRemoves leading white spaces.
Format > Join LinesJoins selected lines.
Format > Split LinesSplits selected wrapped lines.
Format > ReformatReformats paragraph to the format column number.
Format > Increase IndentIncreases the indentation of current line or selected block.
Format > Decrease IndentDecreases the indentation of current line or selected block.
Format > Line CommentInserts comment sign at the beginning of line.
Format > Line Comment IndentInserts comment sign before the first non-space character.
Format > Line UncommentRemoves comment sign at the beginning of line.
Format > Fill SelectionFills the selection with specified string.
Format > Align LeftAligns the current line or selected text to the left border.
Format > Align CenterCenters the current line or selected text.
Format > Align RightAligns the current line or selected text to the format column number.
Convert > Upper CaseChanges the selected text to upper case.
Convert > Lower CaseChanges the selected text to lower case.
Convert > Invert CaseInverts the case of the selected text.
Convert > CapitalizeCapitalizes the selected text.
Convert > Base64 EncodeEncodes selected text in Base64.
Convert > Base64 DecodeDecodes selected text in Base64.
Convert > URL EncodeEncodes selected text in URL encoding.
Convert > URL DecodeDecodes selected text in URL encoding.
Suggest > Suggest from DocumentReplaces current partial word with an expanded word found in current document.
Suggest > Suggest from All Open FilesReplaces current partial word with an expanded word found in all open files.
Suggest > Suggest from CliptextReplaces current word with the corresponding cliptext.
Suggest > Suggest From Tag FileReplaces current word with an expanded word found in the tags file.
Insert > Insert FileInserts file into cursor position of current document.
Insert > Page BreakInserts a page break.
Insert > DateInserts current date.
Insert > Date LongInserts current date in long format.
Insert > TimeInserts current time.
Insert > Time LongInserts current time with seconds.
Insert > Customize Date/TimeCustomizes date/time format.
Utilities > Strip HTML TagsStrips HTML tags in current document or selection.
Utilities > Ansi to HTML EntityConverts umlaut or accented characters to HTML entities.
Utilities > HTML Entity to AnsiConverts 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 BeautifierIndents JSON code to make it easier to read.
Others > TransposeTransposes characters either side of cursor.
Others > Duplicate LineDuplicates current line.
Others > Duplicate CharCopies a character from previous line.
Others > Duplicate SelDuplicates current selection.
Others > Set Marker Dup LinesSearches duplicated lines and sets markers on them.
Others > Move UpMoves up the selected lines.
Others > Move DownMoves down the selected lines.
Others > Char CodeDisplays current character code value.
Others > Lock Insert ModeLocks the input mode as Insert.
Others > Allow Drag & DropAllows drag & drop text in the document window.
Others > Enable Quick InsertAdjusts cursor location for quick insert.
Others > Extend Number SelectionAllows commas and dots in number selection.
Character CountCounts the number of characters in the document or selection.
Allow Virtual SpaceThis option allows the cursor position beyond the end of line.
Hex ViewerDisplay current file in Hex Viewer.