summaryrefslogtreecommitdiff
path: root/src/intellij/scala.ipr.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Updates to IntelliJ files for 2.12.xLukas Rytz2016-03-211-31/+31
|
* Update IntelliJ build for use with sbtLukas Rytz2016-03-211-21/+207
|
* Enable IntellIJ smarts while editing the buildJason Zaugg2016-02-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | Even though our build can't be imported into IntelliJ automatically, we don't need to live in the dark ages of red squigglies when editing build.sbt. This commit hand-crafts the module defintion for the project, which has SBT and its dependendencies on the classpath. A screenshot of the code assist is worth the thousand expletives I uttered while writing the pictured code without this facility: https://www.dropbox.com/s/6mxv0iwxkhvnor7/Screenshot%202016-02-07%2022.09.12.png?dl=0 To download the sources for the SBT JARs that are referenced herein, run sbt> reload plugins sbt> updateClassifiers
* intellij project files for ASM removalLukas Rytz2015-05-111-2/+9
| | | | ij fix
* Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-011-0/+121
Removes the src/intellij-14 folder and moves everything back to src/intellij.