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.
Currently, the
$instrumented.scala
sources are stored in the Eclipse installation, i.e. insideEclipse.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.