summaryrefslogtreecommitdiff
path: root/src/intellij/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/README')
-rw-r--r--src/intellij/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/intellij/README b/src/intellij/README
new file mode 100644
index 0000000000..f24d700889
--- /dev/null
+++ b/src/intellij/README
@@ -0,0 +1,12 @@
+Use IntelliJ IDEA X EAP (http://confluence.jetbrains.net/display/IDEADEV/IDEA+X+EAP)
+a Scala Plugin nightly build (http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+IDEA+X)
+
+The following steps are required to use IntelliJ IDEA on Scala trunk
+ - Copy the *.iml.SAMPLE / *.ipr.SAMPLE files to *.iml / *.ipr
+ - In IDEA, create a global library named "ant" which contains "ant.jar"
+ - In the Scala Facet of the "library" module, update the path in the command-line
+ argument for "-sourcepath"
+ - In the Project Settings, update the "Version Control" to match your checkout
+
+Known problems
+ - Currently, it's not possible to build the "actors" module in IDEA