scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

No hyperlinking to java classes #71

Closed dotta closed 12 years ago

dotta commented 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

dragos commented 12 years ago

@amirsh has done an awesome job and fixed it in scala-ide/scala-ide#192