]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled.ui/plugin.xml
Merge "(refs #7307) Added features field to SCL module header"
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / plugin.xml
index 150c2939cae1a1a25d10e10b90fc5124d27ffc7c..a97b43046f4de5b47cfbc69f5e2fe53573197662 100644 (file)
@@ -9,6 +9,12 @@
             class="org.simantics.tests.modelled.ui.STSTestEditor"
             id="org.simantics.tests.ui.stsTestEditor">
       </editor>
+      <editor
+            default="false"
+            name="STS Variable Viewer"
+            class="org.simantics.tests.modelled.ui.STSVariableViewerEditor"
+            id="org.simantics.tests.ui.stsVariableViewer">
+      </editor>
    </extension>
    <extension
          point="org.eclipse.core.expressions.definitions">
             id="org.simantics.tests.ui.stsTestEditor"
             priority="10">
       </adapterClass>
+      <adapterClass
+            class="org.simantics.tests.modelled.ui.STSVariableViewerAdapter"
+            id="org.simantics.tests.ui.stsVariableViewer"
+            priority="11">
+      </adapterClass>
    </extension>
    <extension
          point="org.eclipse.ui.elementFactories">
             class="org.simantics.tests.modelled.ui.STSEditorInputFactory"
             id="org.simantics.tests.modelled.ui.stseditor.inputFactory">
       </factory>
+      <!--<factory
+            class="org.simantics.tests.modelled.ui.STSVariableViewerInputFactory"
+            id="org.simantics.tests.modelled.ui.stsVariableViewer.inputFactory">
+      </factory>-->
    </extension>
    <extension
          point="org.eclipse.ui.views">