On Jul 31, 2008, at 10:03 AM, I. Savant wrote:
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 c
--- On Thu, 7/31/08, James Maxwell <[EMAIL PROTECTED]> wrote:
> From: James Maxwell <[EMAIL PROTECTED]>
> Subject: inspecting undo
> To: "Cocoa Dev"
> Date: Thursday, July 31, 2008, 9:52 AM
> I'm trying to figure out why a particular undo isn't
>
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
I'm trying to figure out why a particular undo isn't working and I'm
wondering whether there's any way of viewing the method and object
registered with the most recent undo. I think I know why my undo isn't
working, in this particular case, but I'd like to see exactly what the
undoManager t