Allan Odgaard <throw-away-1@...> writes:
If you look in TextMate.app/Contents/SharedSupport/Bundles/Objective- C.tmbundle/Support then there is a make_doc_references.rb with instructions in the top about how to call it.
For now you may want to update the references locally yourself -- I will update the default set when I upgrade to 2.4.
OK, I have created the doc_references file by using this find command :
find /Developer/ADC\ Reference\ Library/documentation/ Cocoa/Reference -path '*/Classes/*' -name '*.html'
because the original command didn't find anything nearly. They completely changed the structure, I think. It's rather OK but I am not sure if I didn't miss some things or picked up spurious ones...
Thanks anyway :)