Now apply rdt.patch.txt to rubypeople.rdt. This fixes the webServises.xml to directly open the Ruby perspective.
Regards,
Designker
On 8/8/06,
David Corbin <[EMAIL PROTECTED]> wrote:
On Tuesday 08 August 2006 03:12, Markus Barchfeld wrote:
> designker wrote:
> I am also still struggling with subclipse, don't worry.
I strongly recommend you look at Subversive
http://polarion.org/index.php?page=overview&project=subversive
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rubyeclipse-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development
Index: C:/PluginStuff/org.rubypeople.rdt.debug.ui/plugin.xml
===================================================================
--- C:/PluginStuff/org.rubypeople.rdt.debug.ui/plugin.xml (revision 1555)
+++ C:/PluginStuff/org.rubypeople.rdt.debug.ui/plugin.xml (working copy)
@@ -266,16 +266,6 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
- <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
- <category name="Ruby"
id="org.rubypeople.rdt.cheatsheet.category">
- </category>
- <cheatsheet name="%cheatsheet.webservices.name"
- category="org.rubypeople.rdt.cheatsheet.category"
- contentFile="$nl$/cheatsheets/WebServices.xml"
- id="org.rubypeople.rdt.cheatsheets.webservices">
- <description>%cheatsheet.webservices.desc</description>
- </cheatsheet>
- </extension>
<extension point="org.rubypeople.rdt.ui.editorPopupExtender">
<rubyEditorPopupMenuExtension
@@ -312,4 +302,4 @@
</action>
</actionSet>
</extension>
-</plugin>
\ No newline at end of file
+</plugin>
Index: C:/PluginStuff/org.rubypeople.rdt/cheatsheets/WebServices.xml
===================================================================
--- C:/PluginStuff/org.rubypeople.rdt/cheatsheets/WebServices.xml
(revision 1555)
+++ C:/PluginStuff/org.rubypeople.rdt/cheatsheets/WebServices.xml
(working copy)
@@ -15,10 +15,9 @@
Click on the help button if you don't know how to do
that. </description>
</item>
<item title="Switch to Ruby Perspective">
- <!-- Fix missing class
- <action pluginId="org.rubypeople.rdt.debug.ui"
-
class="org.rubypeople.rdt.internal.cheatsheets.webservice.OpenRubyPerspectiveAction"/>
--->
+ <command
+
serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.rubypeople.rdt.ui.PerspectiveRuby)">
+ </command>
<description> Use the "Click to Perform" button to
open the ruby
perspective. This can also be done manually by choosing
"Window->Open
Perspective->Other..." from the main menu and
selecting
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Rubyeclipse-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development
