Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.72 KB

Next Scala Search

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.

Report A Bug

File tickets in our issue tracker, or drop a message in the scala-ide-user mailing list if you have any doubt.

Install it

For the moment only nightlies are available.

Requirements

Update site

http://scala-ide.dreamhosters.com/nightly-update-scala-search-scalaide-master-210/site/

Building

The build is configured using maven so you build by invoking the following:

mvn clean package

Running it

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.

Links