Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Wizards( Removing ZIP, Preferences and file system wizards )
Wizards [message #491089] Tue, 13 October 2009 08:34
Thomas Kerle is currently offline Thomas KerleFriend
Messages: 13
Registered: July 2009
Junior Member
Removing standard wizards of the Eclipse environement in your application is an ease with activities.

Step 1:
Make an extension of org.eclipse.ui.activities

Step 2:
Add an activity:
Name: ExcludeActivity
id: com.foo.rcp.exclude.activity

Step 3:
Add a category activity binding
activityId: com.foo.rcp.exclude.activity
categoryId:org.eclipse.ui.importWizards or org.eclipse.ui.exportWizards

Step 4:
Add an activityPatternBinding
activityId: com.foo.rcp.exclude.activity
pattern: org.eclipse.ui.ide.*

Step 5
Make the activity default (defaultEnablement)
id: com.foo.rcp.exclude.activity.

That's it

This message is related to the link

http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg36461.html
Previous Topic:SWT Popup from Workbench menu bar
Next Topic:Command Parameters
Goto Forum:
  


Current Time: Fri Mar 29 15:28:12 GMT 2024

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

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

Back to the top