Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problems creating a PropertyTester
Problems creating a PropertyTester [message #290194] Fri, 19 August 2005 15:04
Don Sedota is currently offline Don SedotaFriend
Messages: 18
Registered: July 2009
Junior Member
I am pulling my hair out trying to contribute a new propertyTester to the
org.eclipse.core.expressions.propertyTesters extension point. Basically,
I'm contributing the propertyTester so that the PropertyTester
implementation gets used to determine if my debug launchShortcut will be
enabled based on the number and type of the current selection. The
propertyTester extension looks like this;

<extension point="org.eclipse.core.expressions.propertyTesters">
<propertyTester
id="com.ibm.mrclean.j2ee.ui.selectionTester"
namespace="org.eclipse.wst.server.ui"
properties="isJSP"
type="java.lang.Object"
class="com.ibm.mrclean.j2ee.ui.util.SelectionTester">
</propertyTester>
</extension>
Previous Topic:File path in window bar
Next Topic:getting version of a plugin at runtime
Goto Forum:
  


Current Time: Fri Apr 26 17:57:24 GMT 2024

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

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

Back to the top