Re: NSDocument override Undo's default handling of changes count

2010-02-01 Thread Jeffrey Oleander
> On Mon, 2010/02/01, Ernesto Giannotta wrote: > From: Ernesto Giannotta > Subject: NSDocument override Undo's default handling of changes count > To: "Cocoa List" > Date: Monday, 2010 February 1, 04:27 > I'm using NSDocument default undoManager but w

Re: NSDocument override Undo's default handling of changes count

2010-02-01 Thread Graham Cox
On 01/02/2010, at 9:27 PM, Ernesto Giannotta wrote: > Hello list, > > I'm using NSDocument default undoManager but want to override it's change > counting behaviour > (I want the black modifed dot to not show when some minor changes are done, > but still have them undoable) > > I've discovere

NSDocument override Undo's default handling of changes count

2010-02-01 Thread Ernesto Giannotta
Hello list, I'm using NSDocument default undoManager but want to override it's change counting behaviour (I want the black modifed dot to not show when some minor changes are done, but still have them undoable) I've discovered it's internally handled by these methods observing the undoManager'