summaryrefslogtreecommitdiff
path: root/src/intellij
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-02-04 10:19:43 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-02-04 10:24:58 +0100
commitaf944bafa9751273e53114ce423e1e2c306c9286 (patch)
tree8e63e84d5f06265e3654f065b084c7b609d92bb7 /src/intellij
parentcc9d089f47b2e85c018fdcb648d3bd22f7aaa088 (diff)
downloadscala-af944bafa9751273e53114ce423e1e2c306c9286.tar.gz
scala-af944bafa9751273e53114ce423e1e2c306c9286.tar.bz2
scala-af944bafa9751273e53114ce423e1e2c306c9286.zip
An IntelliJ module for the root directory.
This allows any file to be be edited, rather than just the ones under library, compiler, actors, ...
Diffstat (limited to 'src/intellij')
-rw-r--r--src/intellij/scala-lang.ipr.SAMPLE3
-rw-r--r--src/intellij/scala.iml.SAMPLE10
2 files changed, 12 insertions, 1 deletions
diff --git a/src/intellij/scala-lang.ipr.SAMPLE b/src/intellij/scala-lang.ipr.SAMPLE
index 4d32f0e2e1..93b6285cfb 100644
--- a/src/intellij/scala-lang.ipr.SAMPLE
+++ b/src/intellij/scala-lang.ipr.SAMPLE
@@ -32,7 +32,7 @@
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
- </component>
+ </component>
<component name="InspectionProjectProfileManager">
<profiles>
<profile version="1.0" is_locked="false">
@@ -201,6 +201,7 @@
<module fileurl="file://$PROJECT_DIR$/library.iml" filepath="$PROJECT_DIR$/library.iml" />
<module fileurl="file://$PROJECT_DIR$/manual.iml" filepath="$PROJECT_DIR$/manual.iml" />
<module fileurl="file://$PROJECT_DIR$/partest.iml" filepath="$PROJECT_DIR$/partest.iml" />
+ <module fileurl="file://$PROJECT_DIR$/scala.iml" filepath="$PROJECT_DIR$/scala.iml" />
<module fileurl="file://$PROJECT_DIR$/scalap.iml" filepath="$PROJECT_DIR$/scalap.iml" />
<module fileurl="file://$PROJECT_DIR$/swing.iml" filepath="$PROJECT_DIR$/swing.iml" />
</modules>
diff --git a/src/intellij/scala.iml.SAMPLE b/src/intellij/scala.iml.SAMPLE
new file mode 100644
index 0000000000..8ea9d0dd71
--- /dev/null
+++ b/src/intellij/scala.iml.SAMPLE
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$/../.." />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
+