On Oct 30, 2011, at 12:05 PM, Martin Hewitson wrote: > Dear list, > > Has anyone given any thought as to how to use Versions with an editor app > which manages files? Consider an app like Xcode. Is it conceivable to have > Versions for Xcode? Of course you could have Versions for the Xcode project > file, but what about the source code files? How would they be handled? I'm > guessing that since Xcode doesn't implement Versions that the technology is > not well suited for such an app.
I think you could pull it off, if there were some API to get the NSData objects for earlier versions of a file and present it using your own home-spun interface. Unfortunately, unless I’m missing something, I can’t seem to find any such API — only way to get at versions seems to be through the default interface. Charles_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com