summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Remove further references to forkjoinJason Zaugg2015-07-151-1/+0
| | | | | | | | | | | | | | | | | Use j.u.c.Forkjoin directly in active and disabled tests Remove bitrotted benchmarks code I was going to update these to use `java.util.concurrent.ForkJoin` directly, instead of our deprecated stubs. But most of them don't compile anymore (e.g. scala.testing.Benchmark has been removed, ClassTag imports missing). While I'm all for benchmarks, we should have large swathes of code checked in that isn't at compiled and run automatically. I'm happy to help someone resurrect these in a suitable form.
* Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-011-14/+3
| | | | | Removes the src/intellij-14 folder and moves everything back to src/intellij.
* IntelliJ project filesLukas Rytz2014-05-021-2/+3
| | | | Fixes compilation within IDEA. Allows compiling and running JUnit tests directly withing the IDE.
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-1/+1
| | | | | | | | | | | | - 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.
* updated intellij project filesLukas Rytz2012-07-161-3/+3
|
* Updated IntelliJ sample files. no review.Lukas Rytz2010-10-111-2/+5
|
* updated intellij project SAMPLE files to new fa...Lukas Rytz2010-08-061-14/+3
| | | | | | | updated intellij project SAMPLE files to new facet configuration. uses 'palo' right now because a .jar (scala-compiler.jar) is required, a directory does not work. no review.
* updated intellij project file samplesLukas Rytz2010-07-221-7/+16
|
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-031-0/+23
Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.