Community
Participate
Working Groups
If i press F1 in the Java editor when the cursor is located on a Eclipse class (e.g. INewWizard), i don't get an entry named "Javadoc for ...". Nevertheless, when the mouse cursor moves over the same class, the infopop window with the short Javadoc info appears. Why does F1 not work with the Eclipse API?
You only get the "Javadoc for ..." entry if there is an external javadoc site configured (see project properties->Javadoc Location). Have you tried out the Declaration and Javadoc views in the newest integration build - they might give you what you want.
Unfortunately I don't understand this hint. What should I enter into the field properties->Javadoc location? Where can I find new newest integration build? For version 2.1 I can only find the "Latest Release" build which I already have and a "Stream Maintenance Build".
I have installed now Release 2.1.1 and the problem isn't solved. Why there isn't an automation for the "Javadoc location" entry for all Eclipse APIs, like it works for the installed JREs? What should I enter into "Javadoc location"? Javdoc help for the Eclipse API is shown in the help window with links like http://127.0.0.1:1656/help/index.jsp? topic=/org.eclipse.platform.doc.isv/reference/api/... where the port number changes each time eclipse is restarted.
Automatically setting up the Javadoc location for Eclipse API is a nice idea. This is something that should be done by PDE since JDT is a generic Java IDE and PDE adds Eclipse specific Java development tools.
*** This bug has been marked as a duplicate of 52894 ***