NUndoManager

NUndoManager project started

Wednesday, May 27th, 2009 | Programming | No Comments

Since I miss the amazing undo manager from Apples Cocoa Framework, I started to implement my own version of an undo manager, using the same recording techniques.

The so called NUndoManager is the first .NET 3.5 undo manager, recording lambda expressions of methods reverting the state of an object. Additionally NUndoManager groups single operations for undoing at once. Reverted undo operations are automatically to the redo stack.

The project is hosted here. Have a look or join the project if you want to add your own ideas.

Tags: , ,