summaryrefslogtreecommitdiff
path: root/src/intellij/scala-lang.ipr.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-4/+38
| | | | | | | | | | | | - 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 recently modularized REPL.Jason Zaugg2013-03-251-0/+1
|
* IntellIiJ module definitions for scaladoc, interactive and continuations-*.Jason Zaugg2013-03-101-0/+4
|
* 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-2/+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-17/+13
|
* An IntelliJ module for reflect.Jason Zaugg2012-06-091-0/+1
|
* An IntelliJ module for test files.Jason Zaugg2012-05-171-0/+1
| | | | | | | This enables resolve, autocompletion and the usual goodness when editing tests. Also removes the sample configuration for the defunct dbc module.
* Good-bye, scala.dbc.Paul Phillips2012-04-201-1/+0
| | | | Another deprecated soul passes on to ether world.
* An IntelliJ module for the root directory.Jason Zaugg2012-02-041-1/+2
| | | | This allows any file to be be edited, rather than just the ones under library, compiler, actors, ...
* update intellij files, no reviewLukas Rytz2011-01-261-5/+8
|
* Updated IntelliJ sample files. no review.Lukas Rytz2010-10-111-465/+20
|
* updated intellij project SAMPLE files to new fa...Lukas Rytz2010-08-061-1/+18
| | | | | | | 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-1119/+348
|
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-031-0/+1446
Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.