Parmanoir

Introducing CocoaNav, a Cocoa Class Browser

CocoaNav is a project I've built to teach myself Cocoa. It parses frameworks in /System and displays them with Core Animation. And it's open source !

Download CocoaNav

Source

If some of you are motivated to help, leave a comment. The app is stable but the parsing sucks and does not understand C functions, defines, or structs — only Objective C classes. CocoaNav can parse your projects and display their classes in the Cocoa hierarchy (eg your NSView subclasses will shop up as descendant of NSView in the tree), but there is no refresh when you're editing your files. Apparently FSEvents can notify the file changes, now to handle them … Also only .h files are parsed, so any method defined in .m files won't show up.

Can CocoaNav be used to visually check things like Demeter's Law ? Or to graph which functions are called by whom how many times ? This would make a depth graph of function usage, if it's too messy this might be time to refactor ! I've never seen a way to visually glimpse the code flow of a project, that would be pretty cool if we could do that visually. With Core Animation, of course :)

Marc Driftmeyer
2008 05 22

Add a minimum operating system requirements description.

Patrick Geiller
2008 05 22

Indeed, I forgot that. Fixed, thanks !

You'll need Mac OS X 10.5.2+.


Follow me on Twitter
Planet Cocoa
Cocoa.fr

2011 02 22Distance field
2010 07 202Binding through NSApp
2010 05 122Forwarding invocations
2010 02 272Core Image black fringes
2010 02 21Quickest Way to Shell
2010 02 08Who's calling ?
2009 09 2138 ways to use Blocks in Snow Leopard
2009 08 182Bracket Mess
2009 08 124Taming JavascriptCore within and without WebView
2009 04 15Debugging with Activity Monitor
2009 03 25How Core Image Color Tracking works
2009 03 1510Custom NSThemeFrame
2009 03 10Which framework is running ?
2009 03 074CoreUI can paint pretty big
2009 02 18Localization with functions
2009 01 30Did you forget to nest alloc and init?
2009 01 16JSCocoa on the iPhone
2009 01 11Mixing WebView and JavascriptCore
2009 01 09Badge overflow
2009 01 09Find your Garbage Collection leaks with Instruments

Powered by MediaWiki