You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cappuccino & Objective-J Development List
I've added to nib2cib and CPViewController support for view
controllers that are managed by your nibs/cibs as well as supporting
some additional keys for NSViewController archiving.
To use it, add a new NSViewController instance to your nib file, set
the class name to your subclass of CPViewController and set the "Nib
Name" (in the View Controller palette) to the name of the nib/cib for
that controller (minus the .xib/nib/cib extension).
I think that rounds out the keys for view controllers. I also fixed a
small issue that boucher pointed out in IRC where NSViewControllers
were being archived as CPCategoryViews: