Command Clipboard Sort Lines

The SortLinesClipboard command sorts the clipboard content lines.

When selecting the Sort Lines... menu item, the following dialog

Sort Lines Command Input

will help you specify the SortLinesClipboard command parameters:

ascending

Specify if you want the lines to be sorted in ascending order.

caseSensitive

Specify if the sorting should be case sensitive.

removeDuplicates

Specify if you want duplicate lines to be removed.

Example

The following expansion:

{CopySelection}
{SortLinesClipboard}
ascending = "y"
caseSensitive = "n"
removeDuplicates = "n"
{/SortLinesClipboard}
{Paste}

replaces the selected text by its sorted version in ascending order.