summaryrefslogtreecommitdiff
path: root/src/intellij
Commit message (Collapse)AuthorAgeFilesLines
* update intellij files, no reviewLukas Rytz2011-01-262-5/+12
|
* Updated IntelliJ sample files. no review.Lukas Rytz2010-10-1110-494/+70
|
* updated intellij project SAMPLE files to new fa...Lukas Rytz2010-08-069-96/+43
| | | | | | | updated intellij project SAMPLE files to new facet configuration. uses 'palo' right now because a .jar (scala-compiler.jar) is required, a directory does not work. no review.
* updated intellij project file samplesLukas Rytz2010-07-229-1166/+459
|
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-039-0/+0
| | | | | | Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.
* More progress toward immutable Settings, and va...Paul Phillips2010-03-081-1/+1
| | | | | | More progress toward immutable Settings, and various cleanups encountered along the way. No review.
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-1/+1
| | | | | | | | | | | A few yards short of the goal posts attempt at making our usage of Throwable subclasses more consistent. This patch eliminates a lot of ad hoc Exception/Error/etc. creation and various arbitrary choices are rendered slightly less arbitrary. From now on let's try not to use the word "Exception" or "Error" in the names of Throwable subclasses unless they actually derive (and make sense to derive) from Exception or Error. Review by community.
* IntelliJ project metadata updated for new locat...Miles Sabin2010-02-079-1180/+1098
| | | | | | IntelliJ project metadata updated for new location. Thanks to Tony Coates for the patch.
* No longer are there more IDE-specific junk file...Paul Phillips2010-01-209-0/+1717
No longer are there more IDE-specific junk files in the root directory of the official scala repository than actual scala files and directories put together. It's a truly awful first impression to give potential developers so I'm interpreting the non-response regarding the need for them as quiet encouragement to put them in src/intellij. Review by ilyas.