Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE tutorial?
PDE tutorial? [message #19962] Sat, 06 September 2008 18:57 Go to next message
Eclipse UserFriend
Hi,

I'm looking to create a new project creator wizard, where I would simply
ask the user for a string, like their name, then I will create a new java
project by that name with some preset files. Something like:


New -> Project -> MyNewProjectType

- Ask user for their name
< JohnDoe

I create a new java project named JohnDoe with the following java files:

JohnDoe.java
JohnDoeAge.java
JohnDoeWhereabouts.java

The tutorials I found for this sort of thing are out of date and refer to
UIs that aren't part of Europa anymore. Is there some tutorial on how to
get this to work? I'm guessing this is a somewhat simple thing to do..

Thanks,
Mark
Re: PDE tutorial? [message #20116 is a reply to message #19962] Mon, 08 September 2008 07:20 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Still looking for a pointer on this. Just went to the bookstore to find
the books on eclipse also quite outdated in terms of plugin development.

Isn't there some getting started guide?

Thanks
Re: PDE tutorial? [message #20273 is a reply to message #19962] Mon, 08 September 2008 09:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.code9.com

Mark wrote:
> Hi,
>
> I'm looking to create a new project creator wizard, where I would simply
> ask the user for a string, like their name, then I will create a new
> java project by that name with some preset files. Something like:
>
>
> New -> Project -> MyNewProjectType
>
> - Ask user for their name
> < JohnDoe
>
> I create a new java project named JohnDoe with the following java files:
>
> JohnDoe.java
> JohnDoeAge.java
> JohnDoeWhereabouts.java
>
> The tutorials I found for this sort of thing are out of date and refer
> to UIs that aren't part of Europa anymore. Is there some tutorial on how
> to get this to work? I'm guessing this is a somewhat simple thing to do..

In your specific case, you need the org.eclipse.ui.newWizard extension
point.

We are currently working on the RCP Book 2nd edition... it should be out
by the end of this year updated to use the latest and greatest Eclipse.

http://code9.com/2008/07/14/announcing-rcp-book-2nd-edition/

Cheers,

~ Chris
Re: PDE tutorial? [message #20451 is a reply to message #20116] Wed, 10 September 2008 13:21 Go to previous message
Eclipse UserFriend
Mark wrote:
> Hi,
>
> Still looking for a pointer on this. Just went to the bookstore to find
> the books on eclipse also quite outdated in terms of plugin development.
> Isn't there some getting started guide?
>
> Thanks
>

Hi Mark,

does this help?
http://www.ibm.com/developerworks/opensource/library/os-ecli pse-custwiz/

Best regards, Lars

--
Lars Vogel
http://www.vogella.de/eclipse.html - Tutorials about Eclipse
http://www.vogella.de/articles/RichClientPlatform/article.ht ml - Eclipse
RCP Tutorial
Re: PDE tutorial? [message #579089 is a reply to message #19962] Mon, 08 September 2008 07:20 Go to previous message
Eclipse UserFriend
Hi,

Still looking for a pointer on this. Just went to the bookstore to find
the books on eclipse also quite outdated in terms of plugin development.

Isn't there some getting started guide?

Thanks
Re: PDE tutorial? [message #579117 is a reply to message #19962] Mon, 08 September 2008 09:54 Go to previous message
Eclipse UserFriend
Mark wrote:
> Hi,
>
> I'm looking to create a new project creator wizard, where I would simply
> ask the user for a string, like their name, then I will create a new
> java project by that name with some preset files. Something like:
>
>
> New -> Project -> MyNewProjectType
>
> - Ask user for their name
> < JohnDoe
>
> I create a new java project named JohnDoe with the following java files:
>
> JohnDoe.java
> JohnDoeAge.java
> JohnDoeWhereabouts.java
>
> The tutorials I found for this sort of thing are out of date and refer
> to UIs that aren't part of Europa anymore. Is there some tutorial on how
> to get this to work? I'm guessing this is a somewhat simple thing to do..

In your specific case, you need the org.eclipse.ui.newWizard extension
point.

We are currently working on the RCP Book 2nd edition... it should be out
by the end of this year updated to use the latest and greatest Eclipse.

http://code9.com/2008/07/14/announcing-rcp-book-2nd-edition/

Cheers,

~ Chris
Re: PDE tutorial? [message #579572 is a reply to message #20116] Wed, 10 September 2008 13:21 Go to previous message
Eclipse UserFriend
Mark wrote:
> Hi,
>
> Still looking for a pointer on this. Just went to the bookstore to find
> the books on eclipse also quite outdated in terms of plugin development.
> Isn't there some getting started guide?
>
> Thanks
>

Hi Mark,

does this help?
http://www.ibm.com/developerworks/opensource/library/os-ecli pse-custwiz/

Best regards, Lars

--
Lars Vogel
http://www.vogella.de/eclipse.html - Tutorials about Eclipse
http://www.vogella.de/articles/RichClientPlatform/article.ht ml - Eclipse
RCP Tutorial
Previous Topic:Help plugin functions in 3.3, but not in 3.4
Next Topic:Why can't a plug-in see a fragment's additions?
Goto Forum:
  


Current Time: Tue May 13 07:42:03 EDT 2025

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

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

Back to the top