Re: Best way to hook into the run loop?
Re: Best way to hook into the run loop?
- Subject: Re: Best way to hook into the run loop?
- From: Kyle Sluder <email@hidden>
- Date: Sun, 6 Dec 2009 19:51:04 -0800
On Dec 6, 2009, at 3:12 PM, Graham Cox <email@hidden> wrote:
Yes, which does make me wonder how others have implemented undo of
drags in general. Is there a simple solution staring me in the face
and I just can't see it?
I don't have the code in front of me, and it would be a good idea to
check our NSUndoManager fixes in OmniFoundation, but I believe our
approach typically has the model generate all undo events a la
NSTextStorage. The UI sets group names, but rarely registers it's own
undo actions (selection state is a good exception, but that happens at
well-defined times).
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden