On Thu, Jul 31, 2008 at 12:52 PM, James Maxwell
<[EMAIL PROTECTED]> wrote:

> AFAIK there's no way to print the whole undo stack, but can I just see the
> top?

  There's no public API for directly accessing the stacks (undo and
redo), however you could do the following:

1 - Subclass NSUndoManager.
2 - Override the appropriate methods ( -registerUndoWithTarget:... and
-prepareWithInvocationTarget: ) and provide logging before calling
super.
3 - Return a shared instance of your undo manager subclass for the
desired window(s) via the -[NSWindow windowWillReturnUndoManager:]
delegate method.

  Of course this doesn't help with the redo stack, just what's added
to the undo stack.

--
I.S.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to