summaryrefslogtreecommitdiff
path: root/src/intellij/scala.iml.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-1/+3
| | | | | | | | | | | | - 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.
* An IntelliJ module for the root directory.Jason Zaugg2012-02-041-0/+10
This allows any file to be be edited, rather than just the ones under library, compiler, actors, ...