Re: linking NSArrayController and Undo manager

2008-07-24 Thread Ron Lue-Sang
On Jul 21, 2008, at 8:52 PM, Todd Heberlein wrote: Is there a way to link a controller (e.g., the NSArrayController) to my NSDocument's NSUndoManager without having to add a bunch of code to my NSDocument subclass? For example, in Hillegass's book, the first example of RaiseMan (Chap 8)

linking NSArrayController and Undo manager

2008-07-21 Thread Todd Heberlein
Is there a way to link a controller (e.g., the NSArrayController) to my NSDocument's NSUndoManager without having to add a bunch of code to my NSDocument subclass? For example, in Hillegass's book, the first example of RaiseMan (Chap 8) has a nice clean design that lets the