summaryrefslogtreecommitdiff
path: root/src/intellij/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-011-0/+3
| | | | | Removes the src/intellij-14 folder and moves everything back to src/intellij.
* IntelliJ project filesLukas Rytz2014-05-021-12/+3
| | | | Fixes compilation within IDEA. Allows compiling and running JUnit tests directly withing the IDE.
* SI-7844 Intellij setup.sh is not working for Ubuntu 12.04jinfu-leng2013-09-151-1/+1
| | | | Added "-f" option to the command "rm"
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-0/+23
- Add recently sprouted modules (xml and parser-combinators) - Replace some of the documentation with a setup script - Update Ant build to copy Maven sourced JARs to ./build/deps. These are included in the IntelliJ classpath. - Define the library for Ant at the project level based on ./lib, rather than asking the user to define global library. - Disable Type Aware Highlighting by default. IntelliJ now can build everything within the IDE with CTRL-F9.