Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Suppress open associate perspective wizard for RCP(suppress open associate perspective wizard for RCP)
Suppress open associate perspective wizard for RCP [message #971820] Mon, 05 November 2012 06:11 Go to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Hi all,
I'm creating an RCP application in that application a reusing eclipse 3.x component using compatibility layer.
In my RCP I added project explorer but the problem is when I create one javaScript project using Explorer than at the end open associate perspective ? wizard come. Please find attachment.

So is there is any way to Suppress that wizard from my RCP application.

Thanks.


  • Attachment: Untitled.png
    (Size: 140.10KB, Downloaded 207 times)
Re: Suppress open associate perspective wizard for RCP [message #986208 is a reply to message #971820] Mon, 19 November 2012 13:22 Go to previous messageGo to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

I get the answer may be its helps to others also Smile
Add a preference customization to your product definition:

<property
    name="preferenceCustomization"
    value="platform:/plugin/com.example.rcp.product/plugin_customization.ini">
</property>


In your product plugin (i.e. above: com.example.rcp.product) create a file named plugin_customization.ini.

Add the following contents

org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never
Re: Suppress open associate perspective wizard for RCP [message #986613 is a reply to message #986208] Wed, 21 November 2012 08:21 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
Good one . Thanks for sharing .
Re: Suppress open associate perspective wizard for RCP [message #986704 is a reply to message #986613] Wed, 21 November 2012 11:49 Go to previous message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Thanks Smile

[Updated on: Wed, 21 November 2012 11:50]

Report message to a moderator

Previous Topic:How to set a part to default trim toolbar when it minimize
Next Topic: Quick Context View from Navigate Menu
Goto Forum:
  


Current Time: Tue Apr 23 12:15:39 GMT 2024

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

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

Back to the top