notification upon restoring a version

2012-06-25 Thread qvacua
Hi, are there notifications or delegate methods of NSDocument (or NSDocumentController) which are called when the user invokes Versions and/or restores a version of a document? Thanks in advance and best, Tae ___ Cocoa-dev mailing list

Re: notification upon restoring a version

2012-06-25 Thread Kevin Perry
When the user enters or exits Versions, there are notifications sent out called NSWindowWillEnterVersionBrowserNotification, NSWindowDidEnterVersionBrowserNotification, etc. (see NSWindow.h) You will know when a user chooses Restore, because the NSDocument instance will be sent