Archives / Search ›

MagicHat is “a programmer's research and reference tool. With MagicHat, you navigate through Cocoa's application programming interface (API); review the declarations of language elements such as methods, functions, and constants; and retrieve relevant passages from the Cocoa developer documentation.”

If you're used to using class-dump, MagicHat should seem familiar. MagicHat lets you move easily between class-dump style (except better) generated headers, framework headers, documentation and class hierarchy information. If I ever get any time to work on my Cocoa projects again, I'll certainly be making use of it.

An input manager version is forthcoming, which should make it possible to embed MagicHat like F-Script Anywhere for use as a debugging tool.

Comments are closed.