sort lines by EOL

This commit is contained in:
2024-11-12 19:09:35 -06:00
parent 978ffb8b53
commit c5c7351db3
3 changed files with 18 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
"key": "Ctrl+; Ctrl+m"
},
{
"command": "kiss-vscode.sortLinesSync",
"command": "kiss-vscode.sortLinesSyncDefault",
"mac": "Cmd+; Cmd+s",
"key": "Ctrl+; Ctrl+s"
}
@@ -102,6 +102,14 @@
{
"title": "kiss-vscode: Sort the selected text lines using a (String,String)->Int comparator function",
"command": "kiss-vscode.sortLinesSync"
},
{
"title": "kiss-vscode: Sort the selected lines lexicographically",
"command": "kiss-vscode.sortLinesSyncDefault"
},
{
"title": "kiss-vscode: Sort the selected lines lexicographically from the end of each line",
"command": "kiss-vscode.sortLinesSyncEOL"
}
],
"languages": [