|
From: <caw...@us...> - 2007-09-14 16:09:57
|
Revision: 3183
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3183&view=rev
Author: cawilliams
Date: 2007-09-14 09:09:55 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
finally! fix #4947 - [Mac OS X | 0.2.8.15171] Debug As Ruby Application menu doesn't appear.
Now Run As and Debug As should appear in right-click context menu in Ruby Explorer!
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-14 16:09:49 UTC (rev 3182)
+++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-09-14 16:09:55 UTC (rev 3183)
@@ -371,4 +371,23 @@
visible="false"/>
</perspectiveExtension>
</extension>
+
+ <!-- Adapters for contextual launch -->
+ <extension point="org.eclipse.core.runtime.adapters">
+ <factory
+ class=""
+ adaptableType="org.rubypeople.rdt.core.IRubyElement">
+ <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
+ </factory>
+ <factory
+ class=""
+ adaptableType="org.eclipse.core.resources.IResource">
+ <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
+ </factory>
+<!-- <factory
+ class=""
+ adaptableType="org.rubypeople.rdt.internal.ui.rubyeditor.IRubyScriptEditorInput">
+ <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
+ </factory> -->
+ </extension>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|