In case anyone was wondering, here are my must-dos for the upcoming release of AppKiDo, copied from Stickies.
[ ] get dev tools path working in prefs panel
[ ] establish dev tools path during startup
[ ] what framework do I need to get CGPoint? e.g. CALayer -> Instance methods -> containsPoint: * seems to be ApplicationServices? * seems like CF is also needed
[ ] figure out how to display iPhone docs * note there will be iPhone 2.0 and iPhone 2.1 [ ] make _database an AKWindowController ivar
[ ] test with Xcode 2.5, using the Mini [ ] make sure Control-(number) works on Tiger/2.5
[ ] add Gerriet's changes to link handling [ ] see if this handles those //…/doc/c_ref links * like NSMutableString replaceCharactersInRange:withString: -> NSRange
[ ] interface docs don't always have Class/Instance Methods sections (e.g., CAMediaTiming, which only lists "Tasks"); doc bug or intentional? report to Apple
[ ] bump version to 0.98 for release
[ ] add Gus Mueller to credits * remember to thank Gerriet again
[ ] look for [agl] REMOVE
[ ] make sure mailing list has latest people who asked to be on it
[ ] write release notes: * can set dev tools location * more supported frameworks if you use xcode 3 * open doc url in browser * better leopard support — gets all classes, does properties * keyboard shortcuts have changed (command-(number)) * Select All/Deselect All in prefs * gerriet's fix