uidesigner/com.nokia.sdt.uidesigner/plugin.xml
author fturovic <frank.turovich@nokia.com>
Thu, 23 Apr 2009 11:02:17 -0500
branchRCL_2_0
changeset 119 15e787510dcf
parent 2 d760517a8095
child 221 90b0cf3346b2
permissions -rw-r--r--
removed excess border on splash screen
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension-point id="editorExtender" name="Data Model Editor Extender" schema="schema/editorExtender.exsd"/>
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
     <extension point="org.eclipse.ui.editors">
cawthron
parents:
diff changeset
     7
      <editor name="Carbide.c++ UI Design Editor"
cawthron
parents:
diff changeset
     8
              icon="icons/s60_UI_designer.png"
cawthron
parents:
diff changeset
     9
              class="com.nokia.sdt.uidesigner.ui.DesignerEditor"
cawthron
parents:
diff changeset
    10
              contributorClass="com.nokia.sdt.uidesigner.ui.ViewEditorActionBarContributor"
cawthron
parents:
diff changeset
    11
              id="com.nokia.sdt.uidesigner.viewEditor">
cawthron
parents:
diff changeset
    12
          <contentTypeBinding contentTypeId="com.nokia.sdt.uimodel.carbideModel"/>
cawthron
parents:
diff changeset
    13
      </editor>
cawthron
parents:
diff changeset
    14
   </extension>
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
   <extension
cawthron
parents:
diff changeset
    17
        point="org.eclipse.ui.views">
cawthron
parents:
diff changeset
    18
     <category
cawthron
parents:
diff changeset
    19
           id="com.nokia.carbide.cpp"
cawthron
parents:
diff changeset
    20
           name="%carbideCPPCategory"/>
cawthron
parents:
diff changeset
    21
     <view
cawthron
parents:
diff changeset
    22
           name="Gallery"
cawthron
parents:
diff changeset
    23
           allowMultiple="false"
cawthron
parents:
diff changeset
    24
           category="com.nokia.carbide.cpp"
cawthron
parents:
diff changeset
    25
           class="com.nokia.sdt.uidesigner.gallery.GalleryView"
cawthron
parents:
diff changeset
    26
           icon="icons/gallery.png"
cawthron
parents:
diff changeset
    27
           id="com.nokia.sdt.uidesigner.gallery.GalleryView"/>
cawthron
parents:
diff changeset
    28
     <view
cawthron
parents:
diff changeset
    29
           allowMultiple="false"
cawthron
parents:
diff changeset
    30
           category="com.nokia.carbide.cpp"
cawthron
parents:
diff changeset
    31
           class="com.nokia.sdt.uidesigner.events.EventView"
cawthron
parents:
diff changeset
    32
           icon="icons/events_16.png"
cawthron
parents:
diff changeset
    33
           id="com.nokia.sdt.uidesigner.events.EventView"
cawthron
parents:
diff changeset
    34
           name="Events"/>
cawthron
parents:
diff changeset
    35
  </extension>
cawthron
parents:
diff changeset
    36
cawthron
parents:
diff changeset
    37
  <extension
cawthron
parents:
diff changeset
    38
        point="org.eclipse.ui.perspectiveExtensions">
cawthron
parents:
diff changeset
    39
     <perspectiveExtension targetID="com.symbian.cdt.SymbianPerspective">
cawthron
parents:
diff changeset
    40
        <view
cawthron
parents:
diff changeset
    41
              id="com.nokia.sdt.uidesigner.gallery.GalleryView"
cawthron
parents:
diff changeset
    42
              relationship="stack"
cawthron
parents:
diff changeset
    43
              relative="org.eclipse.cdt.ui.CView"/>
cawthron
parents:
diff changeset
    44
        <viewShortcut id="com.nokia.sdt.uidesigner.gallery.GalleryView"/>
cawthron
parents:
diff changeset
    45
        <view
cawthron
parents:
diff changeset
    46
              id="com.nokia.sdt.uidesigner.events.EventView"
cawthron
parents:
diff changeset
    47
              relationship="stack"
cawthron
parents:
diff changeset
    48
              relative="org.eclipse.ui.views.PropertySheet"/>
cawthron
parents:
diff changeset
    49
        <viewShortcut id="com.nokia.sdt.uidesigner.events.EventView"/>
cawthron
parents:
diff changeset
    50
     </perspectiveExtension>
cawthron
parents:
diff changeset
    51
  </extension>
cawthron
parents:
diff changeset
    52
  <extension
cawthron
parents:
diff changeset
    53
        point="org.eclipse.ui.preferencePages">
cawthron
parents:
diff changeset
    54
     <page
cawthron
parents:
diff changeset
    55
           category="com.nokia.carbide.cpp.project.ui.preferences.CarbidePreferencePage"
cawthron
parents:
diff changeset
    56
           class="com.nokia.sdt.uidesigner.preferences.UIDesignerPreferences"
cawthron
parents:
diff changeset
    57
           id="com.nokia.sdt.uidesigner.preferences.UIDesignerPreferences"
cawthron
parents:
diff changeset
    58
           name="UI Designer"/>
cawthron
parents:
diff changeset
    59
  </extension>
cawthron
parents:
diff changeset
    60
</plugin>