|
From: <caw...@us...> - 2007-01-30 20:36:07
|
Revision: 1896
http://svn.sourceforge.net/rubyeclipse/?rev=1896&view=rev
Author: cawilliams
Date: 2007-01-30 12:35:57 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java 2007-01-29 19:17:22 UTC (rev 1895)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java 2007-01-30 20:35:57 UTC (rev 1896)
@@ -78,13 +78,19 @@
public static final String ID_ELEMENT_CREATION_ACTION_SET = "org.rubypeople.rdt.ui.RubyElementCreationActionSet"; //$NON-NLS-1$
/**
+ * The id of the Ruby perspective
+ * (value <code>"org.rubypeople.rdt.ui.PerspectiveRuby"</code>).
+ */
+ public static final String ID_PERSPECTIVE= "org.rubypeople.rdt.ui.PerspectiveRuby"; //$NON-NLS-1$
+
+ /**
* Returns the Ruby element wrapped by the given editor input.
*
* @param editorInput
* the editor input
* @return the Ruby element wrapped by <code>editorInput</code> or
* <code>null</code> if none
- * @since 3.2
+ * @since 0.9.0
*/
public static IRubyElement getEditorInputRubyElement(
IEditorInput editorInput) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|