-
Notifications
You must be signed in to change notification settings - Fork 30
Description
This is a feature request/idea – since we are moving away from ESTK to just Sublime, there's often a problem of accidently running a script that could go on for ever.. changing a for
loop from 10 to 100 and waaaaiting. With ESTK there was the great 🛑
button, but with Sublime - not sure of how to cancel a running script besides force quiting InDesign. Unless there's an obvious key to press:
what about a UI box that floats on top of InDesign with minimal basil.js info + 🛑
button, that could somehow call an exit()
or equivalent code? Tried researching indesign scripting stop/abort/cancel script
– but most results point to ESTK button.. curious what official VSCode answer is (if it has one). The UI popup would appear and dissapear upon load/finish automatically.