Hello, is it possible to bind/get notifications of the isDocumentEdited property of NSDocument without calling the will/didChangeValueForKey: methods on every change?
A:
Override -updateChangeCount:
in your subclass so it posts an NSNotification
or does whatever work you're after.
Mike Abdullah
2010-08-07 09:14:58