org.symbian.tools.wrttools.editing/plugin.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Wed, 20 Jan 2010 18:00:15 -0800
changeset 38 954dbf7baac6
parent 37 641b65b14318
permissions -rw-r--r--
Merged with the most current version

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.editors">
      <editor
            class="org.symbian.tools.wrttools.editing.html.HTMLEditor"
            contributorClass="org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML"
            default="false"
            icon="icons/obj16/html-editor.gif"
            id="org.symbian.tools.wrttools.editing.editor2"
            name="WRT HTML Editor"
            symbolicFontName="org.eclipse.wst.sse.ui.textfont">
         <contentTypeBinding
               contentTypeId="org.eclipse.wst.html.core.htmlsource">
         </contentTypeBinding>
      </editor>
   </extension>
   <extension
         point="org.eclipse.ui.views">
      <view
            allowMultiple="false"
            class="org.symbian.tools.wrttools.editing.preview.PreviewView"
            icon="icons/obj16/html-editor.gif"
            id="org.symbian.tools.wrttools.editing.wrtpreview"
            name="WRT Preview"
            restorable="true">
      </view>
   </extension>
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
            class="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
            id="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
            name="WRT">
      </page>
   </extension>
   <extension
         point="org.eclipse.ui.perspectiveExtensions">
      <perspectiveExtension
            targetID="org.symbian.tools.wrttools.mainPerspective">
         <viewShortcut
               id="org.symbian.tools.wrttools.editing.wrtpreview">
         </viewShortcut>
         <view
               id="org.symbian.tools.wrttools.editing.wrtpreview"
               minimized="false"
               relationship="stack"
               relative="org.eclipse.ui.views.ContentOutline">
         </view>
      </perspectiveExtension>
   </extension>

</plugin>