Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » F1 lookup from JDK API
F1 lookup from JDK API [message #278873] Sun, 09 January 2005 17:29 Go to next message
Eclipse UserFriend
Hi

How can I setup Eclipse 3 so that when I press F1 in Java source file editor
then Eclipse looks up the documentation of the class or method that is under
the cursor? (Like Delphi does)

thanks in advance!

Aivar
Re: F1 lookup from JDK API [message #278885 is a reply to message #278873] Mon, 10 January 2005 05:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Aivar Annamaa wrote:

>Hi
>
>How can I setup Eclipse 3 so that when I press F1 in Java source file editor
>then Eclipse looks up the documentation of the class or method that is under
>the cursor? (Like Delphi does)
>
>
If you attach the source you don't even have to press F1: a hover will
show the Javadoc (extracted from the src.zip). Of course you can also
attach the Javadoc, then pressing F1 will show help for the editor and
this popup will contain an entry "Javadoc for ...". To directly open the
Javadoc press Shift+F2.

To attach either source or Javadoc select the JAR in the Package
Explorer and select "Properties" from the context menu.

HTH
Dani

>thanks in advance!
>
>Aivar
>
>
>
>
Re: F1 lookup from JDK API [message #278918 is a reply to message #278885] Mon, 10 January 2005 14:43 Go to previous message
Eclipse UserFriend
Thank you !!!!

this attach source thing is really great!!

Aivar

"Daniel Megert" <daniel.megert@gmx.net> wrote in message
news:crtkv9$soc$1@www.eclipse.org...
> Aivar Annamaa wrote:
>
>>Hi
>>
>>How can I setup Eclipse 3 so that when I press F1 in Java source file
>>editor then Eclipse looks up the documentation of the class or method that
>>is under the cursor? (Like Delphi does)
>>
> If you attach the source you don't even have to press F1: a hover will
> show the Javadoc (extracted from the src.zip). Of course you can also
> attach the Javadoc, then pressing F1 will show help for the editor and
> this popup will contain an entry "Javadoc for ...". To directly open the
> Javadoc press Shift+F2.
>
> To attach either source or Javadoc select the JAR in the Package Explorer
> and select "Properties" from the context menu.
>
> HTH
> Dani
>
>>thanks in advance!
>>
>>Aivar
>>
>>
Previous Topic:Where to put a jar to be accessible by a running plugin
Next Topic:rendering problem during changing of perspective
Goto Forum:
  


Current Time: Sat May 03 07:26:30 EDT 2025

Powered by FUDForum. Page generated in 0.04502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top