[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Easy way to get API info

Bill Ewing wrote:
Hi Veronika. I briefly tried the F2 key, but it didn't show anything beyond what code assist shows (for example, it tells me that there are two int arg's, which I already knew).

Ehm, did you try and set the javadoc location for the classes you were addressing? In .class (and therefore, .jar) files there is no documentation, or names of parameters etc. Eclipse automatically fills in the values it finds within the javadoc documentation.


Maarten