Project

General

Profile

« Previous | Next » 

Revision b3b6bf8f

Added by Patrick Plitzner over 6 years ago

ref #6989 Refactor property tester for experimental feature

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
930 930
   </propertyTester>
931 931
   <propertyTester
932 932
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
933
         id="eu.etaxonomy.taxeditor.preferences.propertyTester"
934
         namespace="eu.etaxonomy.taxeditor.preferences.propertyTester"
935
         properties="isShowExperimentalFeatures"
936
         type="org.eclipse.jface.viewers.IStructuredSelection">
933
         id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
934
         namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
935
         properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
936
         type="java.lang.Object">
937 937
   </propertyTester>
938 938
   <propertyTester
939 939
         class="eu.etaxonomy.taxeditor.editor.definedterm.TermBasePropertyTester"
......
972 972
   </definition>
973 973
   <definition
974 974
         id="isShowExperimentalFeatures">
975
      <with
976
            variable="selection">
977
         <test
978
               property="eu.etaxonomy.taxeditor.preferences.propertyTester.isShowExperimentalFeatures">
979
         </test>
980
      </with>
975
      <test
976
            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
977
      </test>
981 978
   </definition>
982 979
   <definition
983 980
         id="isModifiable">
......
1074 1071
            </reference>
1075 1072
         </and>
1076 1073
      </definition>
1074
      <definition
1075
            id="isChecklistEditorEnabled">
1076
         <test
1077
               property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
1078
         </test>
1079
      </definition>
1077 1080
</extension>
1078 1081
<extension
1079 1082
      point="org.eclipse.ui.activities">

Also available in: Unified diff