free software
JarDoc
Products:
Android Studio,
IntelliJ IDEA
Vendor:
Henrik Schmidt-Møller
Email:
Website:
N/A
Description:
Open JAR packaged JavaDoc documentation in Firefox. Especially useful for Maven users.
You will need to set Firefox as your external browser. If the JavaDoc target is not a JAR file, this will behave
similarly to the native "Open In Browser".
In order for this to work in OS X you must create an executable script and have Idea use this instead of
the default browser. This is the contents of mine:
#!/bin/sh
osascript -e "tell application \"Firefox\"" -e "activate" -e "OpenURL \"$1\"" -e "end tell"
Shortcut: SHIFT+ALT+F1
Downloads: 2874
Rating:
Participated in rating: 1
Recent change notes:
Idea 8.0 compatibility update
Comments:
Use shift+alt-f1 instead of shift+f1 or use the menu (View->External Jar JavaDoc)
I always get the error message:
Cannot show "jar://Z:/Documents and Settings/tzhrija1/.m2/repository/org/apache/cxf/cxf-api/2.2/cxf-api-2.2-javadoc.jar!/org/apache/cxf/interceptor/Fault.html" in external browser
Any idea?
jar:file:/...(path-to-javadoc-in-jar)
The parameter is incorrect.
I'm using latest Intellij v8.0.1