summaryrefslogtreecommitdiff
path: root/src/intellij-14/README
blob: 310a766a20888f2a3b2038a959ec4460d4d431b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Use the latest IntelliJ IDEA release and install the Scala plugin from within the IDE.

Compilation withing IDEA is performed in "-Dlocker.skip=1" mode: the sources are built
directly using the STARR compiler.

The following steps are required to use IntelliJ IDEA on Scala trunk
 - Run "ant init". This will download some JARs from to ./build/deps, which are
   included in IntelliJ's classpath.
 - Run src/intellij-14/setup.sh
 - Open ./src/intellij-14/scala.ipr in IntelliJ
 - File, Project Settings, Project, SDK. Create an SDK entry named "1.6" containing the
   Java 1.6 SDK