|
From: <caw...@us...> - 2007-06-13 19:05:07
|
Revision: 2615
http://svn.sourceforge.net/rubyeclipse/?rev=2615&view=rev
Author: cawilliams
Date: 2007-06-13 12:04:52 -0700 (Wed, 13 Jun 2007)
Log Message:
-----------
add id of new ruby class wizard
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/IRubyConstants.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/IRubyConstants.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/IRubyConstants.java 2007-06-13 18:46:11 UTC (rev 2614)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/IRubyConstants.java 2007-06-13 19:04:52 UTC (rev 2615)
@@ -4,7 +4,7 @@
package org.rubypeople.rdt.ui;
/**
- * Externally facing inetrface holding constants for various UI elements. Helps
+ * Externally facing interface holding constants for various UI elements. Helps
* people extend our plugin!
*
*/
@@ -14,5 +14,6 @@
public static final String EDITOR_ID = "org.rubypeople.rdt.ui.EditorRubyFile"; //$NON-NLS-1$
public static final String EXTERNAL_FILES_EDITOR_ID = "org.rubypeople.rdt.ui.ExternalRubyEditor"; //$NON-NLS-1$
public static final String RI_VIEW_ID = "org.rubypeople.rdt.ui.views.RIView"; //$NON-NLS-1$
+ public static final String ID_NEW_CLASS_WIZARD = "org.rubypeople.rdt.ui.wizards.RubyNewClassWizard"; //$NON-NLS-1$
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|