Re: Core data and disabling undo registration

2011-07-18 Thread Mike Abdullah
On 18 Jul 2011, at 01:12, Gideon King wrote: > Hi all, in the documentation "Using Managed Objects", it says that we should > use: > > [moc processPendingChanges]; // flush operations for which you want undos > [[moc undoManager] disableUndoRegistration]; > // make changes for which undo opera

Core data and disabling undo registration

2011-07-17 Thread Gideon King
Hi all, in the documentation "Using Managed Objects", it says that we should use: [moc processPendingChanges]; // flush operations for which you want undos [[moc undoManager] disableUndoRegistration]; // make changes for which undo operations are not to be recorded [moc processPendingChanges];