Len
Len
Added `/:name` as a parser-level shorthand for `/run name` after all. Readability of ``` /run arg1=val1 arg2=val2 arg3=val3 arg4=val4 closureName ``` with the name all the way at the end...
This is now supported (also with `{{pipe}}` instead of `{{var::...}}`). ```stscript /let myClosure {: /echo this is my closure | /delay 500 :} | /times 3 {{var::myClosure}} ```
Does select2 allow editing of the keys? Or only delete and re-add?
That's gonna be pain, especially with regex keys. It's one very poor UX behavior that I really hate about most implementations of these fancy combo boxes. Very few implementations seem...
I wouldn't call it a showstopper. ST isn't exactly known for great UX in the first place. But I know I'm going to hate dealing with WI keys until it's...
> However, he recently pointed out that this screws up the greeting page: Huh? Turning off 4-space nesting in showdown does not mess anything up in the greeting message. And...