|
Project Information
Members
Featured
Downloads
|
JavaDoc is a Mac OS X Dashboard widget to quickly access the local Java API. JavaDoc is Snow Leopard ready! Local Java API documentation must be installed. You can do this from the XTools installer options, on the Mac OS X DVD, or from http://connect.apple.com/.
History
Todo
How can I add my own search paths ? Open the file ~/Library/Preferences/ch.seriot.widget.JavaDoc.plist and add your paths as below : <dict>
<key>searchPaths</key>
<array>
<string>...</string>
<string>/Users/nst/my_doc_path/</string>
</array>
</dict>How can I use JavaDoc with my favorite browser ? Open the file ~/Library/Preferences/ch.seriot.widget.JavaDoc.plist and type your browser identifier as below : <dict> <key>browser</key> <string>org.mozilla.firefox</string> </dict> |