> I'm still hoping to find a way from within eclipse to bring up javadoc help
> for the actual java language (e.g hilite keyword such as "synchronized" and
> hitting sh-f2). Does such a document exist?
Javadoc documents classes, methods, variables, etc, and not language keywords,
so strictly, the answer is "no, it doesn't exist." Now, this doesn't mean that
there isn't a plug-in for Eclipse that produces help text for Java keywords,
but in any case if there is, it doesn't have anything to do with javadoc.
Mark - 16 Jul 2003 23:17 GMT
Why not try netbeans, which can use javadoc. I dont' understand why
eclipse doesn't support it....
>> I'm still hoping to find a way from within eclipse to bring up javadoc
>> help for the actual java language (e.g hilite keyword such as
[quoted text clipped - 7 lines]
> keywords,
> but in any case if there is, it doesn't have anything to do with javadoc.