Transferred the simple build instructions into the README
[Mograsim.git] / plugins / net.mograsim.plugin.core / plugin.xml
index 8391e4a..03348a3 100644 (file)
@@ -32,7 +32,7 @@
             editorId="net.mograsim.plugin.tables.mi.InstructionView">
       </editorContentTypeBinding>
       <editor
-               name="%view.name.2"
+               name="%editor.name.0"
                icon="icons/mograsim/blue-orange/icon_blue-orange_7x8.png"
                class="net.mograsim.plugin.tables.mi.InstructionView"
                id="net.mograsim.plugin.tables.mi.InstructionView">
                class="net.mograsim.plugin.tables.memory.MemoryView"
             icon="icons/mograsim/blue-orange/icon_blue-orange_16.png"
                name="%view.name.1">
-      </view>
-            <view
-            category="net.mograsim.plugin"
-               id="net.mograsim.plugin.tables.mi.InstructionView"
-               class="net.mograsim.plugin.tables.mi.InstructionView"
-            icon="icons/mograsim/blue-orange/icon_blue-orange_16.png"
-               name="%view.name.2">
       </view>
    </extension>
    <extension
             label="%fontDefinition.label">
       </fontDefinition>
    </extension>
+   <extension
+         point="org.eclipse.ui.preferencePages">
+      <page
+            class="net.mograsim.plugin.MainPreferencePage"
+            id="net.mograsim.plugin.core.mainprefpage"
+            name="Mograsim preferences">
+      </page>
+   </extension>
 
 </plugin>