Re: [Pyobjc-dev] Wild idea #17: Extra functionality for NibClassBuilder
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-06-10 17:50:28
|
Ronald Oussoren wrote: > > It would be nice if nibclassbuilder would have an option to print > > an overview of classes/objects/connections, but I doubt it will be > > better than what IB already offers. > > Such a beast might be usefull for examples posted on the web. Hm, I just discovered nibtool, a command line app able to print various overviews of nib files. The output isn't particularly pretty, though. Try $ nibtool -a <mynib>.nib (It has a man page.) Just |