d*r 发帖数: 238 | 1 I want to get the help inside the eclipse other than open IE to check the api
documentation.
To be detailed, when I move the mouse pointer to a method in j2sdk, say
substring(), I'd like the context menu shows the details about the method, not
just the name. | f********h 发帖数: 149 | 2 yes. There is a place you can hook the javadoc into eclipse
and when your mouse is over some function, it will show
the javadoc. I have done that in eclipse 3.1 but forgot where
I did that exactly. Someplace like specifying a javadoc directory
and eclipse will validate it for you.
【在 d*r 的大作中提到】 : I want to get the help inside the eclipse other than open IE to check the api : documentation. : To be detailed, when I move the mouse pointer to a method in j2sdk, say : substring(), I'd like the context menu shows the details about the method, not : just the name.
|
|