Re: NSUndoManager vs @synthesize

2009-09-22 Thread Benjamin Rister
Pierre Bernard wrote: Do I still need to write my own accessors in order to perform NSUndoManager registration? Could my model objects observe themselves and register undoable changes in observeValueForKeyPath:ofObject:change:context: ? How does CoreData go about registering changes with the

NSUndoManager vs @synthesize

2009-08-03 Thread Houdah - ML Pierre Bernard
Hi! Do I still need to write my own accessors in order to perform NSUndoManager registration? Could my model objects observe themselves and register undoable changes in observeValueForKeyPath:ofObject:change:context: ? How does CoreData go about registering changes with the undo manager?