From: Jim I. <ji...@ap...> - 2002-02-26 18:26:16
|
James, Most of the NS*** documentation is reachable from AppKit and Foundation main pages: file:///Developer/Documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/ AppKitTOC.html and file:////Developer/Documentation/Cocoa/Reference/Foundation/ObjC_classic/FoundationTOC. html I just stick these two in the toolbar links in IE, and I can usually find what I want scanning the index, but you can also grep in these two directories for some of the stuff. The PB folks are working on better help searches, but that is not all there yet. At least in the latest version of PB they use their own help viewer, rather than Help Viewer... The NSAddImage etc calls are pretty obscurely documented, mostly in release notes. Don't know exactly this is, but these are not really normal user level calls, the NSBundle API's are the higher level user-friendly loading calls... As Daniel says, you can run /usr/libexec/makewhatis. I think this was supposed to be run as part of the devtools post-install script, but got left out somehow. We also need to figure out a better way to do the cron stuff. Most Unix machines never sleep & never get turned off, and a lot of the traditional unix self-care stuff is based on this assumption. That is not true for most Mac's, but you also wouldn't want to have your mac start churning with all the cron stuff it had missed when you turn it on in the morning. The systems folks are working on some elegant solution for this, but till then you may have to do some stuff by hand... Jim On Tuesday, February 26, 2002, at 01:59 AM, James Bonfield wrote: > On Tue, Feb 26, 2002 at 04:14:25PM +1100, Daniel A. Steffen wrote: >> man NSModule: > ... > > On a related note, does anyone know how to get the most of the MacOS X > help? > It's help centre is worse than useless, refusing to give me > documentation on > things which I know exist. > > The Unix based man command works well, but Apple don't seem to have > created a > proper whatis database. Therefore: > > [mac5031-1:~] jkb% man -k NSAddImage > nsaddimage: nothing appropriate > [mac5031-1:~] jkb% man NSAddImage > man: no entry for NSAddImage in the manual. > > So how exactly am I meant to guess that "man NSModule" is the command > to get > the NSAddImage (and friends) manual pages? I've resorted to using a > series of > greps for most documentation lookups now which works very well, if a > bit slow, > but alternative methods would be gratefully received! > > Anyway, many thanks for adding the patch Daniel. > > James > > -- > James Bonfield (jk...@mr...) Fax: (+44) 01223 213556 > Medical Research Council - Laboratory of Molecular Biology, > Hills Road, Cambridge, CB2 2QH, England. > Also see Staden Package WWW site at http://www.mrc-lmb.cam.ac.uk/pubseq/ > > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac > -- Jim Ingham ji...@ap... Developer Tools - gdb Apple Computer |