Made SimulationView(Editor) a View again
[Mograsim.git] / plugins / net.mograsim.plugin.core / plugin.xml
index 7d7e5e1..bb298a2 100644 (file)
                id="net.mograsim.plugin.tables.mi.InstructionView">
                <contentTypeBinding contentTypeId="net.mograsim.plugin.mpm"/>
       </editor>
-      <editor
-            class="net.mograsim.plugin.editors.SimulationViewEditor"
-            icon="icons/mograsim/blue-orange/icon_blue-orange_16.png"
-            id="net.mograsim.plugin.editors.simulationvieweditor"
-            name="Simulation View Editor">
-               <contentTypeBinding contentTypeId="net.mograsim.plugin.regs"/>
-      </editor>
       <editor
             class="net.mograsim.plugin.editors.MemoryEditor"
             icon="icons/mograsim/blue-orange/icon_blue-orange_16.png"
             inject="true"
             name="%view.name">
       </view>
+      <view
+            category="net.mograsim.plugin"
+            class="net.mograsim.plugin.views.SimulationView"
+            icon="icons/mograsim/blue-orange/icon_blue-orange_16.png"
+            id="net.mograsim.plugin.simulationview"
+            name="Simulation View"
+            restorable="true">
+      </view>
    </extension>
    <extension
          id="net.mograsim.plugin.nature.mograsimBuilder"