Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how do I specify an Enablement of "true" for an ActionProvider (in the CN)
how do I specify an Enablement of "true" for an ActionProvider (in the CN) [message #325175] Mon, 11 February 2008 17:47
Eclipse UserFriend
Here is what I'm currently doing, but it seems wrong and shameful:

<actionProvider
class="com.oaklandsw.gui.UndoRedoActionProvider"
id="com.oaklandsw.gui.UndoRedoActions">
<enablement>
<not>
<systemTest property="org.eclipse.core.runtime.product"
value="XXX"/>
</not>
</enablement>
</actionProvider>

I would like to say something like:

<enablement>
<true/>
</enablement>

TIA,

Francis
Previous Topic:Need control like wizard dialog
Next Topic:eclipse and mandriva 2007.1
Goto Forum:
  


Current Time: Sun Jul 20 03:50:20 EDT 2025

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

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

Back to the top