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

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 discovered it's

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

2010-02-01 Thread Jeffrey Oleander
On Mon, 2010/02/01, Ernesto Giannotta e...@apimac.com wrote: From: Ernesto Giannotta e...@apimac.com Subject: NSDocument override Undo's default handling of changes count To: Cocoa List cocoa-dev@lists.apple.com Date: Monday, 2010 February 1, 04:27 I'm using NSDocument default undoManager