Project

General

Profile

« Previous | Next » 

Revision 32103a77

Added by Alexander Oppermann about 9 years ago

Added Create Hierarchy Service for Editor as a experimental feature

View differences:

eu.etaxonomy.taxeditor.navigation/plugin.xml
127 127
              </and>
128 128
            </visibleWhen>
129 129
         </command>
130
         <command
131
               commandId="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
132
               label="Fix Classification Hierarchy"
133
               style="push">
134
            <visibleWhen
135
                  checkEnabled="true">
136
               <and>
137
                  <reference
138
                        definitionId="isShowExperimentalFeatures">
139
                  </reference>
140
                  <reference
141
                        definitionId="isClassification">
142
                  </reference>
143
               </and>
144
            </visibleWhen>
145
         </command>
130 146
         <separator
131 147
               name="taxeditor-navigation.separator1"
132 148
               visible="true">
......
670 686
         properties="isCdmStoreConnected"
671 687
         type="org.eclipse.jface.viewers.IStructuredSelection">
672 688
   </propertyTester>
689
   <propertyTester
690
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
691
         id="eu.etaxonomy.taxeditor.preferences.propertyTester"
692
         namespace="eu.etaxonomy.taxeditor.preferences.propertyTester"
693
         properties="isShowExperimentalFeatures"
694
         type="org.eclipse.jface.viewers.IStructuredSelection">
695
   </propertyTester>
673 696
   </extension>
674 697
   <extension
675 698
         point="org.eclipse.core.expressions.definitions">
......
727 750
            </test>
728 751
         </with>
729 752
      </definition>
753
      <definition
754
            id="isShowExperimentalFeatures">
755
         <with
756
               variable="selection">
757
            <test
758
                  property="eu.etaxonomy.taxeditor.preferences.propertyTester.isShowExperimentalFeatures">
759
            </test>
760
         </with>
761
      </definition>
730 762
   </extension>
731 763
</plugin>

Also available in: Unified diff