[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Undo tree of TextEdits

Arne wrote:

Hi all,

a small problem I couldn't solve:

I create a tree of TextEdits and apply it (with textEdit.apply(IDocument)) to the document. Now the user can undo the edits but one after the other. How can I specify that the hole tree should be undone with one undo operation? Someone knew?

Try RewriteSessionEditProcessor

Dani