|
From: <caw...@us...> - 2007-09-12 19:34:41
|
Revision: 3158
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3158&view=rev
Author: cawilliams
Date: 2007-09-12 12:34:38 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
rename id of RubyExplorer view (from org.rubypeople.rdt.ui.PackageExplorer to org.rubypeople.rdt.ui.RubyExplorer)
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/plugin.xml
trunk/org.rubypeople.rdt.ui/schema/rubyElementFilters.exsd
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java
Modified: trunk/org.rubypeople.rdt.ui/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.ui/plugin.xml 2007-09-12 19:28:20 UTC (rev 3157)
+++ trunk/org.rubypeople.rdt.ui/plugin.xml 2007-09-12 19:34:38 UTC (rev 3158)
@@ -136,7 +136,7 @@
<newWizardShortcut id="org.eclipse.ui.wizards.new.folder"/>
<newWizardShortcut id="org.eclipse.ui.wizards.new.file"/>
<viewShortcut id="org.eclipse.ui.views.ContentOutline"/>
- <viewShortcut id="org.rubypeople.rdt.ui.PackageExplorer"/>
+ <viewShortcut id="org.rubypeople.rdt.ui.RubyExplorer"/>
<viewShortcut id="org.eclipse.ui.console.ConsoleView"/>
<viewShortcut id="org.eclipse.ui.views.ProblemView"/>
<viewShortcut id="org.eclipse.ui.views.TaskList"/>
@@ -187,7 +187,7 @@
<perspectiveShortcut
id="org.rubypeople.rdt.ui.RubyBrowsingPerspective">
</perspectiveShortcut>
- <showInPart id="org.rubypeople.rdt.ui.PackageExplorer"/>
+ <showInPart id="org.rubypeople.rdt.ui.RubyExplorer"/>
</perspectiveExtension>
<perspectiveExtension
targetID="org.rubypeople.rdt.ui.RubyBrowsingPerspective">
@@ -383,7 +383,7 @@
icon="$nl$/icons/full/ctool16/ruby.gif"
category="org.rubypeople.rdt.ui.ruby"
class="org.rubypeople.rdt.internal.ui.packageview.PackageExplorerPart"
- id="org.rubypeople.rdt.ui.PackageExplorer">
+ id="org.rubypeople.rdt.ui.RubyExplorer">
</view>
<view
name="RI"
@@ -961,7 +961,7 @@
id="org.eclipse.search.SearchResultView">
</part>
<part
- id="org.rubypeople.rdt.ui.PackageExplorer">
+ id="org.rubypeople.rdt.ui.RubyExplorer">
</part>
<part
id="org.rubypeople.rdt.ui.TypeHierarchy">
@@ -1204,7 +1204,7 @@
<actionSetPartAssociation
targetID="org.rubypeople.rdt.ui.SearchActionSet">
<part
- id="org.rubypeople.rdt.ui.PackageExplorer">
+ id="org.rubypeople.rdt.ui.RubyExplorer">
</part>
<part
id="org.rubypeople.rdt.ui.TypeHierarchy">
Modified: trunk/org.rubypeople.rdt.ui/schema/rubyElementFilters.exsd
===================================================================
--- trunk/org.rubypeople.rdt.ui/schema/rubyElementFilters.exsd 2007-09-12 19:28:20 UTC (rev 3157)
+++ trunk/org.rubypeople.rdt.ui/schema/rubyElementFilters.exsd 2007-09-12 19:34:38 UTC (rev 3158)
@@ -124,7 +124,7 @@
<pre>
<extension point="org.rubypeople.rdt.ui.rubyElementFilters">
<filter
- id="org.rubypeople.rdt.ui.PackageExplorer.LibraryFilter"
+ id="org.rubypeople.rdt.ui.RubyExplorer.LibraryFilter"
name="%HideReferencedLibraries.label"
description="%HideReferencedLibraries.description"
targetId="org.rubypeople.rdt.ui.RubyExplorer"
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-09-12 19:28:20 UTC (rev 3157)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/RubyUI.java 2007-09-12 19:34:38 UTC (rev 3158)
@@ -135,7 +135,7 @@
/**
* The view part id of the Packages view
- * (value <code>"org.rubypeople.rdt.ui.PackageExplorer"</code>).
+ * (value <code>"org.rubypeople.rdt.ui.RubyExplorer"</code>).
* <p>
* When this id is used to access
* a view part with <code>IWorkbenchPage.findView</code> or
@@ -147,7 +147,7 @@
* @see org.eclipse.ui.IWorkbenchPage#findView(java.lang.String)
* @see org.eclipse.ui.IWorkbenchPage#showView(java.lang.String)
*/
- public static final String ID_RUBY_EXPLORER= "org.rubypeople.rdt.ui.PackageExplorer"; //$NON-NLS-1$
+ public static final String ID_RUBY_EXPLORER= "org.rubypeople.rdt.ui.RubyExplorer"; //$NON-NLS-1$
/**
* Returns the Ruby element wrapped by the given editor input.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|