Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » WSAD plugin development documentation
WSAD plugin development documentation [message #201] Thu, 17 April 2003 18:05 Go to next message
Eclipse UserFriend
Originally posted by: timt.tecsys.com

Hi,
I've been searching for documentation or tutorials on writing eclipse
plugins. In particular I intend to write a plugin that interacts with
WSAD's java perspective, perhaps writing to the console, flagging files,
etc. The articles on eclipse.org have been helpful to some extent, but I
haven't found any directly related to writing a plugin that interacts with
a WSAD perspective. The actual API reference is massive, and I'm left
guessing/using the debugger to figure out what packages and classes are
relevant.

Does anyone know where to find such documentation?

Many thanks,
Tim
Re: WSAD plugin development documentation [message #218 is a reply to message #201] Fri, 18 April 2003 04:07 Go to previous message
Tom Roche is currently offline Tom RocheFriend
Messages: 160
Registered: July 2009
Senior Member
Timothy wrote:
> I've been searching for documentation or tutorials on writing
> eclipse plugins. In particular I intend to write a plugin that
> interacts with WSAD's java perspective, perhaps writing to the
> console, flagging files, etc.

3 responses:

* A perspective is (basically) just a collection of views and editors.
You don't usually interact with the perspective (except to
add/substract views and editors) but rather with its views and
editors.

* The views and editors in a WebSphere Studio's Java persp will depend
on

- JDT (i.e. platform (i.e. Eclipse) plugins)

- whatever WS*D plugins you have loaded

* I suspect that you can do most/all of what you wanna do using JDT
views/editors.

So, in general, mentally s/WSAD perspective/views and editors.

> The articles on eclipse.org have been helpful to some extent, but I
> haven't found any directly related to writing a plugin that
> interacts with a WSAD perspective.

True. Instead, try reading the latest PDF from, and possibly following
the feedback in

http://groups.yahoo.com/group/contributingtoeclipse/

which is Beck and Gamma's Eclipse book.
Previous Topic:Looking to hire a tools contractor: Redwood City, CA
Next Topic:DOES NOT see my plugins(B Eclipse from A Eclipse)
Goto Forum:
  


Current Time: Sat Jul 13 16:29:26 GMT 2024

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

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

Back to the top