muf icon indicating copy to clipboard operation
muf copied to clipboard

Monitored Undo Framework - A simple undo/redo framework for .NET

Results 9 muf issues
Sort by recently updated
recently updated
newest added

Not so much of an issue as a warning to others. If you have a need to load your monitored document in the background from a BackgroundWorker, you may run...

enhancement

Is it a way to store collection eg. List,dictbetc. Changes?

GetChange will return null When CanUndoProperty return false But always AddChange to undoStack. Lead to CanUndo is true

bug

Hi Nathan, From the comments in the sample projects and my own experience binding UndoRoot’s UndoStack and RedoStack to ItemsSource properties in WPF, it would be a lot easier if...

enhancement

Hi Nathan, I was wanting to use Monitored Undo Framework in a [Prism](https://github.com/PrismLibrary/Prism) based project I’m working on, but Prism’s IoC functionality (like most others) seems to require services to...

enhancement

(Submitted by droberts75 on codeplex) Can we add a limit to the undostack so if a user is using the applications all day long we don't build a stack with...

enhancement

Sometime I want to pause the MUF when a class instance is initializing. and resume the MUF when its done. but I dont know how to configuration. Anybody can tell...

enhancement

The documentation says that UndoBatch is designed similarly to TransactionScope, but TransactionScope requires a "ts.Complete()" call to commit, otherwise the change is rolled back. In the current UndoBatch, there's no...

enhancement

(Submitted by ses4j on Codeplex) I have run into a couple situations where I need to run an action after a change is applied, either undoing or redoing. In this...

enhancement