Santy, Michael wrote: > > Do you forsee any future support for adding a rollbackBatchEditing, that: > 1) Undoes the pending changes without any thing being added to the > undo/redo stack > 2) Ends the block editing event >
I'm sorry but I have to answer no. Such feature is almost never needed, because a command written in Java[tm] is expected to know what it is doing. That is, a command is not expected to start modifying the document when it is not 100% sure that it will succeed in doing so. We consider that clearing the undo stack is acceptable when such an exceptional case occurs.

