Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE tutorial?
PDE tutorial? [message #19962] Sat, 06 September 2008 22:57 Go to next message
Mark is currently offline MarkFriend
Messages: 4
Registered: July 2009
Junior Member
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 11:20 Go to previous messageGo to next message
Mark is currently offline MarkFriend
Messages: 4
Registered: July 2009
Junior Member
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 13: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 17:21 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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 11:20 Go to previous message
Mark is currently offline MarkFriend
Messages: 4
Registered: July 2009
Junior Member
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 13:54 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
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 17:21 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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: Sat Apr 20 03:01:46 GMT 2024

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

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

Back to the top