Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » SWT Shift+F2(SWT Shift+F2)
SWT Shift+F2 [message #643965] Wed, 08 December 2010 20:26 Go to next message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
Hi. I am newbie in Eclipse. I tryied to get help on SWT via Shift+F2 shortcut, but I was not successful. I read a lot of topics at the web, but no of them could solve my problem. May be because they were outdated. I downloaded the newest version of SWT swt-3.6.1-win32-win32-x86.zip. It contains also the source code of SWT with JavaDoc in .java files (src.zip), but I am not able to setup those source files as source for Shift+F2. When I set "Java Source Attachment" to src.zip file I get only "mose hover" help in the tooltip, but Shift+F2 shortcut doesn't work. Could anyone help me? Thank you very, very much.
B.
Re: SWT Shift+F2 [message #644861 is a reply to message #643965] Tue, 14 December 2010 13:48 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
talbot@centrum.sk wrote:
> Hi. I am newbie in Eclipse. I tryied to get help on SWT via Shift+F2
> shortcut, but I was not successful. I read a lot of topics at the web,
> but no of them could solve my problem. May be because they were
> outdated. I downloaded the newest version of SWT
> swt-3.6.1-win32-win32-x86.zip. It contains also the source code of SWT
> with JavaDoc in .java files (src.zip), but I am not able to setup
> those source files as source for Shift+F2. When I set "Java Source
> Attachment" to src.zip file I get only "mose hover" help in the
> tooltip, but Shift+F2 shortcut doesn't work.
Shift+F2 opens the attached Javadoc if it's configured. Javadoc in
source is not the same. You would have to extract the Javadoc for SWT
and then point to that location.

Dani
> Could anyone help me? Thank you very, very much.
> B.
Re: SWT Shift+F2 [message #644874 is a reply to message #644861] Tue, 14 December 2010 15:09 Go to previous messageGo to next message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
Thank you. Finally I did that manually by running javadoc. Is it possible to download extracted documentation from somewhere? I am lazy to run javadoc for every package which I download from the network.
Re: SWT Shift+F2 [message #644887 is a reply to message #644874] Tue, 14 December 2010 15:25 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
talbot wrote:
> Thank you. Finally I did that manually by running javadoc. Is it
> possible to download extracted documentation from somewhere?
The Javadoc of the SDK is inside the ISV doc plug-ins.
> I am lazy to run javadoc for every package which I download from the
> network.
Why do you actually need that, given you have the source and that you
can look at the Javadoc via hover and Javadoc view?

Dani
Re: SWT Shift+F2 [message #644934 is a reply to message #644887] Tue, 14 December 2010 20:32 Go to previous messageGo to next message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
I prefer it, because it's easier for me to read it in the separate window than in floating tooltip-like window. Please, what does it mean "ISV doc plug-ins"? Where can I obtain them? I didn't find any *isv* files in Eclipse directory. Thank you for your help.
Re: SWT Shift+F2 [message #644936 is a reply to message #644887] Tue, 14 December 2010 20:39 Go to previous messageGo to next message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
Note: I have the latest version of Eclipse IDE for Java Developers
http://www.eclipse.org/downloads/download.php?file=/technolo gy/epp/downloads/release/helios/SR1/eclipse-java-helios-SR1- win32.zip
Re: SWT Shift+F2 [message #644982 is a reply to message #644934] Wed, 15 December 2010 04:24 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 12/15/2010 2:02 AM, talbot wrote:
> I prefer it, because it's easier for me to read it in the separate
> window than in floating tooltip-like window.
If you do not prefer the hover, you can still use the Javadoc view.

> Please, what does it mean
> "ISV doc plug-ins"? Where can I obtain them? I didn't find any *isv*
> files in Eclipse directory. Thank you for your help.
Look for eclipse/plugins/org.eclipse.platform.doc.isv_<version>.jar
Re: SWT Shift+F2 [message #644996 is a reply to message #644982] Wed, 15 December 2010 06:56 Go to previous messageGo to next message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
Please, could you post me the exact URL, where can I download eclipse/plugins/org.eclipse.platform.doc.isv_<version>.jar file? As I wrote, this file is not in the Eclipse IDE for Java Developers installation. Thank you.
Re: SWT Shift+F2 [message #645001 is a reply to message #644996] Wed, 15 December 2010 07:51 Go to previous message
talbot is currently offline talbotFriend
Messages: 6
Registered: December 2010
Junior Member
Finally I've got it. I found that ISV is part of Eclipse SDK. Thank you for your support. I installed it via Eclipse Update Manager.
Previous Topic:What is a capture?
Next Topic:Can anyone give me an example where the eclipse JDT creates a CAPTURE binding?
Goto Forum:
  


Current Time: Tue Apr 16 16:13:09 GMT 2024

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

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

Back to the top