[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Missing content assist javadoc for Platform

Jakub Jurkiewicz wrote:
Jeroen Lankheet pisze:
I'm trying to get content assist for the Platform SDK. I'm missing javadoc for some (standard) Eclipse plugins (e.g. org.eclipse.core.resources)
Where should I get it? And how should I convince Eclipse to use it?
I'm using 3.3 with PDE and RCP.
Regards,
Jeroen.

Hi,

What do you mean that you are missing the javadoc? Does it show when you hoover over some Eclipse classes or methods? Can you see the source code of the Eclipse classes (put the coursor on the name of some Eclipse class and press F3 - Java editor should be opened with the source code)?

kind regards,
Jakub
http://eclipser-blog.blogspot.com/
http://eclipse-po-polsku.blogspot.com/

I WAS missing method explanations when doing a ctrl+space at for example ResourcesPlugin.getWorkspace(). It mentioned that no Javadoc for the method could be found. I could see all methods, but not what they actually do.
Yesterday I did an update of my Eclipse config. And I enabled the 'include help content from a remote infocenter and pointed it to help.elipse.org/help33. And the problem was still there after restarting the workspace.
Today, I was very surprised to see that the problem was vanished; some little dwarf must have been pokin' around in my config to get it fixed.


Thanks for your help.
Jeroen.