Skip to main content
Known Participant
August 28, 2023
Question

Can scripts access the history in InDesign

  • August 28, 2023
  • 2 replies
  • 371 views

Hello all, 

Working on a new sccript as to repeat last action  - similar to control D in illustrator. 

The idea is basic, view the history and repeat the step

but is there a way for the script to have access to the history of actions namely the last one so that they run it at anytime and repeat action

 

thanks as always

 

Smyth

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

John D Herzog
Inspiring
August 28, 2023

Application.undo(). There is also Application.undoName and Application.undoHistory to go further back.

Known Participant
August 28, 2023

Fantasic, i'll jump onto that.

 

Best, 

 

Smyth