Where are the java docs for Eclipse plug in development
prakashP
Greenhorn
Joined: Oct 09, 2001
Posts: 4
posted
0
Any java docs available for the Eclipse plugin development
Prashanth menon
Ranch Hand
Joined: Feb 20, 2001
Posts: 65
posted
0
If you are thinking of developing an Eclipse plugin, I suggest you should visit the link Developing Eclipse plug-ins If its SWT javadoc that you are talking of I also am unaware. Prashanth
Prashanth menon
Ranch Hand
Joined: Feb 20, 2001
Posts: 65
posted
0
Just missed out something in the earlier posting. The SWT docs are available in Eclipse plugin folder. For Eclipse2.1 this is in org.eclipse.platform.doc.isv_2.1.0 as a zip file named "doc.zip". Prashanth
Also, if you are currently running Eclipse you can go to the Help menu -> Help Contents -> Platform Plug-in Developer Guide -> Reference -> API Reference. [ July 15, 2003: Message edited by: Nathan Pruett ]
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Hi prakash54208, We haven't too many rules at the ranch but one we most definitely have is that you must use your real name as your display name. You can change it through the "my profile" link in the upper right corner. Besides, if you don;t change it you can't win a book! Thanks, Tom
Just a little FYI... the same code that shows your local online help in Eclipse also works across the net. This is handy when you want to point someone to a specific part of the Eclipse online documentation. If you like, you can also use Eclipse's help subsystem as a "standalone" application (Ref: Chapter 23, "Providing Help", "Running Nonintegrated Help"). -- Dan
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)