summaryrefslogtreecommitdiff
path: root/src/intellij/scala.ipr.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* SI-9762 Update to JLine 2.14.1Jason Zaugg2016-04-271-6/+6
| | | | | | | | | | | | | | | | Motivated by the improvements to multi-byte character handling. Screencast showing the reported bug is fixed: http://g.recordit.co/ie1Z367NUl.gif Here's the changelog since JLine 2.12.1: https://github.com/jline/jline2/compare/jline-2.12.1...jline-2.14.1 I needed to disable a new, on-by-default feature in JLine so that it didn't add a " " after completing the token `equals` in `foo.equa<TAB>`.
* 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.