muf icon indicating copy to clipboard operation
muf copied to clipboard

How to pause the MUF when some the class under initialization.

Open TruePluto opened this issue 4 years ago • 1 comments

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 me?

ps: I am very glad that the MUF version 2.0 was released, Its amazing package.

TruePluto avatar Apr 20 '20 05:04 TruePluto

Can you provide a bit more detail on your scenario? Maybe a small example or some details on the undesired behavior that you see with the current library?

One thing that might help is the use of an "UndoBatch" with consolidation. That would de-duplicate multiple related events and treat the changes to that instance as a single undo operation.

nathanaw avatar May 06 '20 18:05 nathanaw