Closed dotta closed 12 years ago
The issue is pretty simple, we use the JDT search engine for implementing hyperlinking in Java sources, and current implementation doesn't work with a InteractiveCompilationUnit. We'll need to tweek it: https://github.com/scala-ide/scala-ide/blob/master/org.scala-ide.sdt.core/src/scala/tools/eclipse/hyperlink/text/detector/DeclarationHyperlinkDetector.scala#L46
InteractiveCompilationUnit
@amirsh has done an awesome job and fixed it in scala-ide/scala-ide#192
The issue is pretty simple, we use the JDT search engine for implementing hyperlinking in Java sources, and current implementation doesn't work with a
InteractiveCompilationUnit
. We'll need to tweek it: https://github.com/scala-ide/scala-ide/blob/master/org.scala-ide.sdt.core/src/scala/tools/eclipse/hyperlink/text/detector/DeclarationHyperlinkDetector.scala#L46