We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484da1 commit c935a19Copy full SHA for c935a19
ascii-tree-factory/ascii-tree-factory.qml
@@ -11,7 +11,7 @@ Script {
11
12
function customActionInvoked(identifier) {
13
switch (identifier) {
14
- case "asciiTree": {
+ case "ascii-tree-factory": {
15
var selection = script.noteTextEditSelectedText();
16
// break selection strings at line ends
17
var lines = selection.split("\n");
0 commit comments