Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » can we reuse the Parts in eclipse 4.2 for RCP.?(reuse the Parts in eclipse 4.2 RCP )
can we reuse the Parts in eclipse 4.2 for RCP.? [message #945541] Mon, 15 October 2012 12:47 Go to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Hi *,
Actually I'm creating one simple RCP in eclipse 4.2. And I want to add Script Explorer Like in Java Script Perspective.
So my question is how do I achieve this. I did some google but every where its showing it by using extension point. But I'm using aplication.e4xmi for creating models. So how i put this into my part.
And is there is any way to reuse existing Part of eclipse in my RCP.
Ex: Can I use java Script Explorer as it is.

Thanks

[Updated on: Mon, 15 October 2012 12:49]

Report message to a moderator

Re: Should we reuse the Parts in eclipse 4.2 RCP [message #945562 is a reply to message #945541] Mon, 15 October 2012 12:52 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You need run with the compat layer turned on, so no you can't use it in
a pure e4 app.

Tom

Am 15.10.12 14:47, schrieb sumit singh:
> Hi *,
> Actually I'm creating one simple RCP in eclipse 4.2. And I want to add
> Script Explorer Like in Java Script Perspective. So my question is how
> do I achieve this. I did some google but every where its showing it by
> using extension point. But I'm using aplication.e4xmi for creating
> models. So how i put this into my part.
> And is there is any way to reuse existing Part of eclipse in my RCP.
> Ex: Can I use java Script Explorer as it is.
>
> Thanks
Re: Should we reuse the Parts in eclipse 4.2 RCP [message #945572 is a reply to message #945562] Mon, 15 October 2012 13:02 Go to previous messageGo to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

So that means if I need Script Explorer than I have to write all the code. Because I heard something Common Navigator Framework. But its use Extension point.
I can't understand how i put for my part.
Re: Should we reuse the Parts in eclipse 4.2 RCP [message #945594 is a reply to message #945572] Mon, 15 October 2012 13:07 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Yes - unfortunately if you need something that depends on org.eclipse.ui
you need to stay with the old programming model you are used to from 3.x.

You can still use 4.x as the base platform. Mixing in the new
programming model into this is not yet officially supported. It might
come with 4.3.x but current focus is 100% on performance.

Tom

Am 15.10.12 15:02, schrieb sumit singh:
> So that means if I need Script Explorer than I have to write all the
> code. Because I heard something
> http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fcnf.htm&cp=2_0_9.
> But its use Extension point. I can't understand how i put for my part.
>
Re: Should we reuse the Parts in eclipse 4.2 RCP [message #962146 is a reply to message #945594] Sun, 28 October 2012 22:38 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Mixed Mode works relatively good. Can you try it. It is described here: Porting Eclipse RCP to Eclipse 4.
Re: Should we reuse the Parts in eclipse 4.2 RCP [message #962532 is a reply to message #962146] Mon, 29 October 2012 06:03 Go to previous message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Thanks @Lars yeah now i'm using that. But getting some problem . http://www.eclipse.org/forums/index.php/t/419275/

[Updated on: Mon, 29 October 2012 06:04]

Report message to a moderator

Previous Topic:Unhandled event loop exception when i create javaScript file in My RCP
Next Topic:Re-Opening View Problem
Goto Forum:
  


Current Time: Fri Mar 29 14:07:47 GMT 2024

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

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

Back to the top