I installed the plugin development environment on my Eclipse 3.8 through the site http://download.eclipse.org/releases/juno . Now in the PDE projects under the "Plugin Dependencies" tree, I see that all PDE JARs are connected to the same JAR. However, JARs do not contain any sources - only class files.
Because of this, I do not see Javadoc for PDE / JFace classes and get ugly arg0, arg1, etc. for automatically generated code.
Where and how can I get sources or Javadoc for PDE / JFace?
source
share