Closed kjk closed 4 months ago
Some improvements:
Mod + E
Smart Run
command (https://edna.arslexis.io/help#smart-run)Run
button in status bar now does Smart Run
Alt + Shift + R
to Run function with block content
. Used to be Run Block
which now is subsumed by Mod + E
Smart Run
Currently
Run
is only available for js and go blocks.Improved logic:
run function with block content
run function with selection
(even in js and go blocks)Other solution would be a multi-stage
run
where we ask what the user wants to do, but that's probably worse.When in js or go block and wants to run function over content block,
Ctrl + A
to select block text to forcerun function with selection