pde/ua/org.eclipse.pde.ua.ui/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Mon Jan 12 20:40:33 2009 UTC (10 months, 2 weeks ago) by caniszczyk
Branch: MAIN
CVS Tags: v20090914, v20090429-1800, v20090812, v20090428, v20090424, v20090420, v20090325, v200904281800, R3_5, R3_5_1, v20090124-1600, v200905071700, v20090209-1600, v20090113-0800, v20090511, v20090729, v20090429-1300, v200904271700, HEAD
Changes since 1.1: +0 -45 lines
removing duplicate editor entries, yikes
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.ui.editors">
      <editor
            class="org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.SimpleCSEditor"
            contributorClass="org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.SimpleCSEditorContributor"
            icon="$nl$/icons/obj16/cheatsheet_obj.gif"
            id="org.eclipse.pde.ua.ui.simpleCheatSheetEditor"
            name="%simple.cheat.sheat.editor.name">
         <contentTypeBinding
               contentTypeId="org.eclipse.pde.simpleCheatSheet">
         </contentTypeBinding>
      </editor>
      <editor
            class="org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSEditor"
            contributorClass="org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSEditorContributor"
            icon="$nl$/icons/obj16/cheatsheet_obj.gif"
            id="org.eclipse.pde.ua.ui.compositeCheatSheetEditor"
            name="%composite.cheat.sheat.editor.name">
         <contentTypeBinding
               contentTypeId="org.eclipse.pde.compositeCheatSheet">
         </contentTypeBinding>
      </editor>
      <editor
            class="org.eclipse.pde.internal.ua.ui.editor.toc.TocEditor"
            contributorClass="org.eclipse.pde.internal.ua.ui.editor.toc.TocEditorContributor"
            default="true"
            icon="$nl$/icons/obj16/toc_obj.gif"
            id="org.eclipse.pde.ua.ui.tocEditor"
            name="%toc.editor">
         <contentTypeBinding
               contentTypeId="org.eclipse.pde.tocFile">
         </contentTypeBinding>
      </editor>
      <editor
            class="org.eclipse.pde.internal.ua.ui.editor.ctxhelp.CtxHelpEditor"
            contributorClass="org.eclipse.pde.internal.ua.ui.editor.toc.TocEditorContributor"
            default="true"
            icon="$nl$/icons/obj16/toc_obj.gif"
            id="org.eclipse.pde.ua.ui.ctxHelpEditor"
            name="%ctxhelp.editor">
         <contentTypeBinding
               contentTypeId="org.eclipse.pde.ctxHelpFile">
         </contentTypeBinding>
      </editor>
   </extension>
   <extension
         point="org.eclipse.ui.newWizards">
      <category
            id="org.eclipse.pde.userAssistance"
            name="%category.name.user.assistance">
      </category>
      <wizard
            category="org.eclipse.pde.userAssistance"
            class="org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.NewCSFileWizard"
            icon="$nl$/icons/etool16/new_cheatsheet_wiz.gif"
            id="org.eclipse.pde.ua.ui.NewCheatSheetWizard"
            name="%new.cheat.sheet">
         <description>
            %new.cheat.sheet.description
         </description>
      </wizard>
      <wizard
            category="org.eclipse.pde.userAssistance"
            class="org.eclipse.pde.internal.ua.ui.wizards.toc.NewTocFileWizard"
            icon="$nl$/icons/etool16/toc_wiz.gif"
            id="org.eclipse.pde.ua.ui.NewTOCWizard"
            name="%new.toc.name">
         <description>
            %new.toc.description
         </description>
      </wizard>
      <wizard
            category="org.eclipse.pde.userAssistance"
            class="org.eclipse.pde.internal.ua.ui.wizards.ctxhelp.NewCtxHelpWizard"
            icon="$nl$/icons/etool16/ctx_help_wiz.gif"
            id="org.eclipse.pde.ua.ui.NewContextHelpWizard"
            name="%new.ctxhelp.name">
         <description>
            %new.ctxhelp.description
         </description>
      </wizard>
   </extension>

</plugin>