|
From: <caw...@us...> - 2007-05-31 16:27:27
|
Revision: 2573
http://svn.sourceforge.net/rubyeclipse/?rev=2573&view=rev
Author: cawilliams
Date: 2007-05-31 09:27:21 -0700 (Thu, 31 May 2007)
Log Message:
-----------
handle double-click opening of search results on elements in external files
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/search/RubySearchEditorOpener.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/search/RubySearchEditorOpener.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/search/RubySearchEditorOpener.java 2007-05-31 16:19:03 UTC (rev 2572)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/search/RubySearchEditorOpener.java 2007-05-31 16:27:21 UTC (rev 2573)
@@ -111,7 +111,7 @@
String editorID= getEditorID(file);
return showInEditor(wbPage, new FileEditorInput(file), editorID);
}
- return null;
+ return showWithoutReuse(element, wbPage);
}
private IFile getFile(Object element) throws RubyModelException {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|