[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSUndoManager and NSInvocation
From: |
Adam Fedor |
Subject: |
Re: NSUndoManager and NSInvocation |
Date: |
Tue, 13 Sep 2005 11:39:07 -0600 |
On 2005-09-13 01:16:55 -0600 Sašo Kiselkov <diablos@manga.sk> wrote:
>
> I've fixed this by creating a method in NSInvocation called
> -retainArgumentsIncludingTarget: where the sender of the message can
> explicitly
> define whether to retain the target or not, and made NSUndoManager use it. A
> tarball with the three fixed files (NSInvocation.[hm] and NSUndoManager.m) is
> available at http://openspace.adlerka.sk/NSUndoManagerFix.tar.gz .
I like that better than the Cocoa solution.