Ignore:
Timestamp:
02/27/07 15:29:45 (18 years ago)
Author:
adrpo
Message:

moving towards 0.7.0

  • a lot of changes
  • debugging support
  • better hovering
  • bug fixes
  • many more other stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.debug.ui/plugin.xml

    r481 r483  
    66         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    77      <launchConfigurationTabGroup
    8             type="org.modelica.mdt.debug.core.launchConfigurationType.mdt"
     8            type="org.modelica.mdt.debug.core.launchConfigurationType"
    99            description="Run or Debug a MetaModelica program"
    1010            class="org.modelica.mdt.debug.ui.launcher.MDTTabGroup"
     
    1717      <debugModelPresentation
    1818            class="org.modelica.mdt.debug.ui.presentation.MDTModelPresentation"
    19             id="org.modelica.mdt.debug.ui.presentation">
     19            id="mdt.debugModel">
    2020      </debugModelPresentation>
    2121   </extension>
     
    7171         point="org.eclipse.debug.ui.debugModelContextBindings">
    7272      <modelContextBinding
    73             debugModelId="org.modelica.mdt.debug"
     73            debugModelId="mdt.debugModel"
    7474            contextId="org.modelica.mdt.debug.ui.debugging">
    7575      </modelContextBinding>
     
    8989         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
    9090      <launchConfigurationTypeImage
    91             icon="icons/full/cview16/rml.gif"
    92             configTypeID="org.modelica.mdt.debug.core.launchConfigurationType.rml"
     91            icon="icons/full/cview16/mdt.gif"
     92            configTypeID="org.modelica.mdt.debug.core.launchConfigurationType"
    9393            id="org.modelica.mdt.debug.ui.launchConfigurationTypeImage">
    9494      </launchConfigurationTypeImage>
    9595   </extension>
     96   <extension
     97         point="org.eclipse.debug.ui.launchShortcuts">
     98      <shortcut
     99            class="org.modelica.mdt.debug.ui.shortcuts.MDTLaunchShortcut"
     100            icon="icons/full/cview16/mdt.gif"
     101            id="org.modelica.mdt.debug.ui.shortcuts.MDTLaunchShortcut"
     102            label="MetaModelica Debug"
     103            modes="debug, run">
     104         <perspective id="org.modelica.mdt.ui.ModelicaPerspective"/>
     105      </shortcut>
     106   </extension>
     107   <extension
     108         point="org.eclipse.ui.actionSets">
     109      <actionSet
     110            id="org.eclipse.debug.ui.LaunchActionSet"
     111            label="Launch action set"
     112            visible="true"/>
     113   </extension>
    96114
    97115</plugin>
Note: See TracChangeset for help on using the changeset viewer.