Skip to main content



      Home
Home » Newcomers » Newcomers » export wizard and activities
export wizard and activities [message #146833] Tue, 04 April 2006 20:57
Eclipse UserFriend
I am trying to remove entries (ant build files) from the export wizard
selection page (first page).

I have tried setting up an org.eclipse.ui.activities element in my
plugin.xml. The activity category shows up (with the appropriate label)
in the capabilities screen. However the export dialog doesn't seem to
remove the selected wizard.

The docs on help.eclipse.org don't explicitly list the export wizard as a
contribution that is affected by activities. There is however a
TriggerPoint for the exportWizards.

should the export wizard be filtering based on activities? if not, what
is this TripperPoint for?

my extension point element is below.
<extension
point="org.eclipse.ui.activities">
<activity
description="%test.AntExport.description"
id="test.AntExport"
name="%test.AntExport.name"/>
<activityPatternBinding
activityId="test.AntExport"
pattern="org\.eclipse\.ant\.ui/org\.eclipse\.ant\.ui\.export "/>
<categoryActivityBinding
activityId="test.AntExport"
categoryId="test.category"/>
</extension>

Thanks.
Previous Topic:Font Size in TableViewer?
Next Topic:Modifying the java editor
Goto Forum:
  


Current Time: Sun May 04 08:55:15 EDT 2025

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

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

Back to the top