org.symbian.tools.wrttools.editing/plugin.xml
changeset 38 954dbf7baac6
parent 37 641b65b14318
equal deleted inserted replaced
37:641b65b14318 38:954dbf7baac6
     7             class="org.symbian.tools.wrttools.editing.html.HTMLEditor"
     7             class="org.symbian.tools.wrttools.editing.html.HTMLEditor"
     8             contributorClass="org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML"
     8             contributorClass="org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML"
     9             default="false"
     9             default="false"
    10             icon="icons/obj16/html-editor.gif"
    10             icon="icons/obj16/html-editor.gif"
    11             id="org.symbian.tools.wrttools.editing.editor2"
    11             id="org.symbian.tools.wrttools.editing.editor2"
    12             name="HTML Editor"
    12             name="WRT HTML Editor"
    13             symbolicFontName="org.eclipse.wst.sse.ui.textfont">
    13             symbolicFontName="org.eclipse.wst.sse.ui.textfont">
    14          <contentTypeBinding
    14          <contentTypeBinding
    15                contentTypeId="org.eclipse.wst.html.core.htmlsource">
    15                contentTypeId="org.eclipse.wst.html.core.htmlsource">
    16          </contentTypeBinding>
    16          </contentTypeBinding>
    17       </editor>
    17       </editor>
    18    </extension>
    18    </extension>
    19    <extension
    19    <extension
    20          point="org.eclipse.ui.views">
    20          point="org.eclipse.ui.views">
    21       <view
    21       <view
    22             allowMultiple="true"
    22             allowMultiple="false"
    23             class="org.symbian.tools.wrttools.editing.preview.PreviewView"
    23             class="org.symbian.tools.wrttools.editing.preview.PreviewView"
    24             icon="icons/obj16/html-editor.gif"
    24             icon="icons/obj16/html-editor.gif"
    25             id="org.symbian.tools.wrttools.editing.wrtpreview"
    25             id="org.symbian.tools.wrttools.editing.wrtpreview"
    26             name="WRT Preview"
    26             name="WRT Preview"
    27             restorable="true">
    27             restorable="true">
    28       </view>
    28       </view>
    29    </extension>
    29    </extension>
       
    30    <extension
       
    31          point="org.eclipse.ui.preferencePages">
       
    32       <page
       
    33             class="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
       
    34             id="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
       
    35             name="WRT">
       
    36       </page>
       
    37    </extension>
       
    38    <extension
       
    39          point="org.eclipse.ui.perspectiveExtensions">
       
    40       <perspectiveExtension
       
    41             targetID="org.symbian.tools.wrttools.mainPerspective">
       
    42          <viewShortcut
       
    43                id="org.symbian.tools.wrttools.editing.wrtpreview">
       
    44          </viewShortcut>
       
    45          <view
       
    46                id="org.symbian.tools.wrttools.editing.wrtpreview"
       
    47                minimized="false"
       
    48                relationship="stack"
       
    49                relative="org.eclipse.ui.views.ContentOutline">
       
    50          </view>
       
    51       </perspectiveExtension>
       
    52    </extension>
    30 
    53 
    31 </plugin>
    54 </plugin>