Hello, i don't know if this is the right place of asking anything
about Eclipse, but i will try.
I have searched a lot, but i haven't found a solution yet, even by
searching in Eclipse's documentation.
In Eclipse there is a functionality throught which when you point to a
function or data object of any java's package and then press ctrl
+left_click a tab opens either with the source code or the class
definition.
The thing i want to have is by pressing these keys or different (it's
not my problem) to have the javadoc of that object or method opened
instead of the source code or the definition.
I have searched through all menus and tried to find a way of
incorporating javadoc, but i have failed.
Any ideas would be usefull. Thanks a lot.
P.S: I know that i can see javadoc by browsing into a local directory
or sun's site, but i don't want that way.
John W. Kennedy - 13 Feb 2007 03:51 GMT
> Hello, i don't know if this is the right place of asking anything
> about Eclipse, but i will try.
[quoted text clipped - 10 lines]
> I have searched through all menus and tried to find a way of
> incorporating javadoc, but i have failed.
Key parts of the JavaDoc are normally visible when you just hover.

Signature
John W. Kennedy
"The blind rulers of Logres
Nourished the land on a fallacy of rational virtue."
-- Charles Williams. "Taliessin through Logres: Prelude"
dimakura - 16 Feb 2007 13:53 GMT
Use
Window > Preferences > Java > Installed JREs > Edit... > Javadoc
Location...
Then the javadoc references will occure in dynamic help view.
On Feb 12, 11:06 pm, babi...@gmail.com wrote:
> Hello, i don't know if this is the right place of asking anything
> about Eclipse, but i will try.
[quoted text clipped - 15 lines]
> P.S: I know that i can see javadoc by browsing into a local directory
> or sun's site, but i don't want that way.