Skip to main content
Inspiring
October 1, 2010
Answered

Disable the undo functionality.

  • October 1, 2010
  • 1 reply
  • 1046 views

Is it possible to disable the undo functionality ? I make several temporary objects (like raster art objects). My actions are stored in the undo mechanism. After several actions, Illustrator consumes a lof of memory and crashes

This topic has been closed for replies.
Correct answer nosleduc

I tried to use the setSilent method but it doesn't seem to work. I used the UndoChanges method instead.

I would prefer to desactivate the undo process to avoid it.

1 reply

Inspiring
October 2, 2010

Have you tried

sAIUndo->SetSilent( true );

minimum99
Known Participant
October 31, 2010

When I want to remove the undo caches to reduce memory uses I use PurgeAllUndos in the Undo Suite.

nosleducAuthorCorrect answer
Inspiring
November 3, 2010

I tried to use the setSilent method but it doesn't seem to work. I used the UndoChanges method instead.

I would prefer to desactivate the undo process to avoid it.