PDA

View Full Version : Where can I find the documentations download and how to set it on Netbeans ?



MaikoID
30th June 2010, 16:12
Hi,

I'm using netbeans 6.9 to develop, it have a feature that you can add the docs from api which you are using. Then you can visualize the docs when you press ctrl+space to select a method, class, etc..

Example:

Download the Java documentation (javadoc.zip (http://java.sun.com/javase/downloads/index.jsp))

In NetBeans 6.9 (only if have the Java SE modules) go to
Tools > Java Platform Manager from the main window.
Select the platform to which you want to add Javadoc in the left panel of the dialog box.
In the Javadoc tab, click Add ZIP/Folder and specify the location of the Javadoc files.
Click Close.

It works with all APIs that have docs in a separate file or the documentations it's before the methods.

Can I do something similar with Qt and NetBeans ?