Copy link to clipboard
Copied
I've been writing a couple of somewhat involved scripts and been getting the following message a fair amount:
I went looking in the generated .jsx file that I created and found a large portion of the script is in a single
app.beginUndoGroup
I get that it's so the whole portion of executed script can be undone, but on long scripts, it's never gonna happen.
Is there a way to supress or get around this error?
Copy link to clipboard
Copied
My gut feeling tells me "No". This is likely an automatism based on the underlying skeleton script snippets. I'm pretty sure Mathias would have to implement some extra stuff to control this.
Mylenium
Copy link to clipboard
Copied
Automation Blocks always wraps the entire code into such an undo group, such that the entire execution can be undone in a single step.
Do these issues happen consistently for one particular script? If so, can you send me this script, such that I can test it and investigate the issue?