Project

General

Profile

« Previous | Next » 

Revision 94d3e32a

Added by Patrick Plitzner over 8 years ago

Move property tester to editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
1616 1616
            </test>
1617 1617
         </with>
1618 1618
      </definition>
1619
      <definition
1620
            id="isSequence">
1621
         <with
1622
               variable="selection">
1623
            <test
1624
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSequence">
1625
            </test>
1626
         </with>
1627
      </definition>
1628
      <definition
1629
            id="isSingleRead">
1630
         <with
1631
               variable="selection">
1632
            <test
1633
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSingleRead">
1634
            </test>
1635
         </with>
1636
      </definition>
1619 1637
   </extension>
1620 1638
   <extension
1621 1639
         point="org.eclipse.core.expressions.propertyTesters">
......
1640 1658
            properties="isGroupEditor"
1641 1659
            type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1642 1660
      </propertyTester>
1661
      <propertyTester
1662
            class="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1663
            id="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1664
            namespace="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1665
            properties="isSequence,isSingleRead"
1666
            type="org.eclipse.jface.viewers.IStructuredSelection">
1667
      </propertyTester>
1643 1668
   </extension>
1644 1669
   <extension
1645 1670
         point="org.eclipse.ui.bindings">   

Also available in: Unified diff