The next Scala Search Engine for Scala IDE.
Please, use the scala-ide-user Mailing List for questions and comments. Or, if you are interested in contributing, drop us a email on scala-ide-dev.
File tickets in our issue tracker, or drop a message in the scala-ide-user mailing list if you have any doubt.
For the moment only nightlies are available.
http://scala-ide.dreamhosters.com/nightly-update-scala-search-scalaide-master-210/site/
Simply run the ./build.sh script.
The scala-search build is based on plugin-profiles and can be built against several versions of the IDE, Eclipse and Scala compiler.
Launchin the build.sh script will exand to the following Maven command:
mvn -Peclipse-indigo,scala-2.10.x,scala-ide-stable clean install
You can choose a different profile for any of the three axis: eclipse platform, Scala version and Scala IDE stream.
The easiest way to work on the plugin is to import the projects into Eclipse and run it using the Equinox Weaving Launcher plugin. To install the Equinox Weaving Launcher, use the following Eclipse update site:
http://www.chuusai.com/eclipse/equinox-weaving-launcher/
This adds the run configuration Eclipse Application with Equinox Weaving.