Globally skips the undo recording mechanism for the code block that gets run synchronously inside. Consider using the withoutUndo method of a particular UndoManager instead.
withoutUndo
UndoManager
Code block return type.
Code block to run.
The value returned by the code block.
Globally skips the undo recording mechanism for the code block that gets run synchronously inside. Consider using the
withoutUndo
method of a particularUndoManager
instead.