Revision 0800831b
Added by Patrick Plitzner about 4 years ago
eu.etaxonomy.taxeditor.store/plugin.xml | ||
---|---|---|
117 | 117 |
properties="hasPermissions, hasRoles" |
118 | 118 |
type="org.eclipse.jface.viewers.IStructuredSelection"> |
119 | 119 |
</propertyTester> |
120 |
<propertyTester |
|
121 |
class="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester" |
|
122 |
id="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester" |
|
123 |
namespace="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester" |
|
124 |
properties="isFeatureTree" |
|
125 |
type="org.eclipse.jface.viewers.IStructuredSelection"> |
|
126 |
</propertyTester> |
|
120 | 127 |
</extension> |
121 | 128 |
<extension |
122 | 129 |
point="org.eclipse.core.expressions.definitions"> |
... | ... | |
258 | 265 |
property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled"> |
259 | 266 |
</test> |
260 | 267 |
</definition> |
268 |
<definition |
|
269 |
id="isFeatureTree"> |
|
270 |
<with |
|
271 |
variable="selection"> |
|
272 |
<test |
|
273 |
property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree"> |
|
274 |
</test> |
|
275 |
</with> |
|
276 |
</definition> |
|
261 | 277 |
</extension> |
262 | 278 |
<extension |
263 | 279 |
point="org.eclipse.ui.activities"> |
Also available in: Unified diff
ref #6806 Disable export context menu for feature nodes