scala-ide / scala-worksheet

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

Instrumented sources should not be stored in Eclipse installation #28

Closed dotta closed 12 years ago

dotta commented 12 years ago

Currently, the $instrumented.scala sources are stored in the Eclipse installation, i.e. inside Eclipse.app/Contents/MacOS/. Not really the ideal place ;-)

Also, the binaries are placed in the project's binary folder. I think what we can do is creating a .instrumented/src and .instrumented/bin in the project's root and store sources and binaries for the worksheet there.