|
From: <caw...@us...> - 2007-09-13 17:41:42
|
Revision: 3172
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3172&view=rev
Author: cawilliams
Date: 2007-09-13 10:41:41 -0700 (Thu, 13 Sep 2007)
Log Message:
-----------
associate the launch action set with Ruby Explorer, Type Hierarchy, Ruby editors, Ruby browsing perspective views
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui/plugin.xml
Modified: trunk/org.rubypeople.rdt.debug.ui/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-09-13 17:41:08 UTC (rev 3171)
+++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-09-13 17:41:41 UTC (rev 3172)
@@ -301,12 +301,6 @@
id="org.rubypeople.rdt.debug.ui.RDTDebugActionSet"
label="Ruby Debug"
visible="true">
- <menu
- id="org.eclipse.ui.run"
- label="Run"
- path="additions">
- <separator name="breakpointGroup"/>
- </menu>
<action
definitionId="org.rubypeople.rdt.debug.ui.commands.ModifyCatchpoint"
label="%modifyCatchpoint.label"
@@ -318,6 +312,35 @@
</action>
</actionSet>
</extension>
+
+ <extension
+ point="org.eclipse.ui.actionSetPartAssociations">
+ <actionSetPartAssociation
+ targetID="org.eclipse.debug.ui.launchActionSet">
+ <part
+ id="org.rubypeople.rdt.ui.RubyExplorer">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.TypeHierarchy">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.EditorRubyFile">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.ExternalRubyEditor">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.ProjectsView">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.TypesView">
+ </part>
+ <part
+ id="org.rubypeople.rdt.ui.MembersView">
+ </part>
+ </actionSetPartAssociation>
+ </extension>
+
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|