|
From: <caw...@us...> - 2007-07-25 18:13:47
|
Revision: 2872
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2872&view=rev
Author: cawilliams
Date: 2007-07-25 11:13:44 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
hide org.rubypeople.rdt.internal.codeassist
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/hyperlinks/RubyHyperLinkDetector.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/hyperlinks/RubyHyperLinkDetector.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/hyperlinks/RubyHyperLinkDetector.java 2007-07-25 18:11:23 UTC (rev 2871)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/hyperlinks/RubyHyperLinkDetector.java 2007-07-25 18:13:44 UTC (rev 2872)
@@ -19,7 +19,6 @@
import org.jruby.lexer.yacc.SyntaxException;
import org.rubypeople.rdt.core.IRubyScript;
import org.rubypeople.rdt.core.RubyModelException;
-import org.rubypeople.rdt.internal.codeassist.SelectionEngine;
import org.rubypeople.rdt.internal.core.parser.RubyParser;
import org.rubypeople.rdt.internal.ui.RubyPlugin;
import org.rubypeople.rdt.ui.IWorkingCopyManager;
@@ -84,7 +83,6 @@
List extensions = initExtensions();
// first ask the extensions
if (extensions.size() > 0) {
- SelectionEngine engine = new SelectionEngine();
IWorkingCopyManager manager = RubyPlugin.getDefault().getWorkingCopyManager();
IRubyScript script = manager.getWorkingCopy(fEditorInput);
if (script == null) return null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|