Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How Can I link my RCP Application with Wizard page ?
How Can I link my RCP Application with Wizard page ? [message #447508] Fri, 07 April 2006 13:51 Go to next message
Chandresh Gandhi is currently offline Chandresh GandhiFriend
Messages: 16
Registered: July 2009
Junior Member
Hi to All,

I want to develop a simple prototype using RCP in eclipse3.1 ...

Functional Scenarios which i want from this application are like these ::

I want to develop a simple RCP application which is totally blank with one
menubar option having one option ( any name ) in that ... I can
successfully do this ...

now what i want is, once i press that option from running RCP application,
i want to open-up default new project generation wizard page ( which we
use, when we are going to develop any project in eclipse by selecting
File->New-> Project sequences ).

So, thing is all about linking my plug-in ( which is having RCP
Application ) to that of default eclipse plug-in ( which is responsible
for this generating new project wizard page ) whether this is possible in
RCP Application OR not ? and if yes, then how should i go ahead with this
issues ?

Thanks,
Re: How Can I link my RCP Application with Wizard page ? [message #447510 is a reply to message #447508] Fri, 07 April 2006 15:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sdubovik.welho.com

Sure it's possible. Add org.eclipse.jdt.ui as a dependency. And several
dozens of other plugins which are required for jdt.ui. Create New action
(ActionFactory.NEW.create(window)) and you will get it (don't be
surprised when your simple rcp application will look like Eclipse IDE ;) )

> Hi to All,
>
> I want to develop a simple prototype using RCP in eclipse3.1 ...
>
> Functional Scenarios which i want from this application are like these ::
>
> I want to develop a simple RCP application which is totally blank with
> one menubar option having one option ( any name ) in that ... I can
> successfully do this ...
>
> now what i want is, once i press that option from running RCP
> application, i want to open-up default new project generation wizard
> page ( which we use, when we are going to develop any project in eclipse
> by selecting File->New-> Project sequences ).
>
> So, thing is all about linking my plug-in ( which is having RCP
> Application ) to that of default eclipse plug-in ( which is responsible
> for this generating new project wizard page ) whether this is possible
> in RCP Application OR not ? and if yes, then how should i go ahead with
> this issues ?
>
> Thanks,
>
>
Re: How Can I link my RCP Application with Wizard page ? [message #447620 is a reply to message #447510] Wed, 12 April 2006 06:26 Go to previous message
Chandresh Gandhi is currently offline Chandresh GandhiFriend
Messages: 16
Registered: July 2009
Junior Member
thanks a lot for giving good hint on my project work in RCP.

yes, it's good enough clue for generation of raw wizard on RCP's menubar.

now our basic aim is to develop a C/C++ Managed Build Project exactly same
as when we develop on eclipse's workbench ( from File -> New -> Project ->
C/C++ Managed Build Project -- we require that particular option ). this
particular option should be seen on that raw wizard on my RCP application
after extending that from workbench.

So, Confusions are :

Would it be possible to develop a C/C++ Managed Build Project on my RCP ?
if it's yes, then how should I go ahead with that issue pls ? I meant how
can I extend that functionalities from eclipse IDE in my RCP ?

Is this possible based on dependency and extensibility mechanism pls ?

from this raw wizard's project option, Can I call function responsible for
generation of C/C++ Project ?

this is only because, I came to know that " Project Generation in eclipse
through workbench " is part on eclipse Resources ( not RCP ) .... Is this
So ?

and RCP application may not know support this particular option from
eclipse IDE plug-ins ? this is only because, i think main goal behind RCP
was/is to develop an non-IDE application independent of eclipse. So, RCP
may not supprot this kind of project generation option.. which I think is
particular to IDE's work .....

please spread light on these issues.

thanks,

-- Chandresh Gandhi
Previous Topic:question about export a plugin
Next Topic:[DataBinding] Validation
Goto Forum:
  


Current Time: Sat Dec 14 22:20:30 GMT 2024

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

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

Back to the top