summaryrefslogtreecommitdiff
path: root/src/intellij/compiler.iml.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Update IntelliJ build for use with sbtLukas Rytz2016-03-211-4/+4
|
* intellij project files for ASM removalLukas Rytz2015-05-111-1/+1
| | | | ij fix
* Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-011-14/+4
| | | | | Removes the src/intellij-14 folder and moves everything back to src/intellij.
* IntelliJ project filesLukas Rytz2014-05-021-3/+4
| | | | Fixes compilation within IDEA. Allows compiling and running JUnit tests directly withing the IDE.
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-3/+2
| | | | | | | | | | | | - 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.
* Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'refs/pull/1718/head': Expunged the .net backend. Conflicts: build.detach.xml build.examples.xml build.xml project/Build.scala src/compiler/scala/tools/ant/Scalac.scala src/compiler/scala/tools/nsc/Global.scala src/compiler/scala/tools/nsc/settings/StandardScalaSettings.scala src/compiler/scala/tools/nsc/symtab/clr/TypeParser.scala src/compiler/scala/tools/nsc/transform/Mixin.scala src/intellij/compiler.iml.SAMPLE tools/buildcp
| * Expunged the .net backend.Paul Phillips2012-12-051-1/+0
| | | | | | | | | | | | | | | | It lives on in a branch born from this commit's parent. It's abrupt; no attempt is made to offer a "smooth transition" for the serious msil userbase, population zero. If anyone feels very strongly that such a transition is necessary, I will be happy to talk you into feeling differently.
* | SI-6769 Removes GenJVM backendJames Iry2012-12-051-1/+0
|/ | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* updated intellij project filesLukas Rytz2012-07-161-2/+6
|
* An IntelliJ module for reflect.Jason Zaugg2012-06-091-1/+1
|
* Updated IntelliJ sample files. no review.Lukas Rytz2010-10-111-3/+5
|
* updated intellij project SAMPLE files to new fa...Lukas Rytz2010-08-061-15/+4
| | | | | | | 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-9/+16
|
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-031-0/+27
Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.