ringo wathelet

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
-
ringo wathelet commented, -
ringo wathelet created a post, How to make Idea-EAP15 keep my Libraries settings
I have a scala project with a build.sbt file for all my external libraries. I also added my local libraries from a lib directory using Idea "libraries" in "Project structure". All works well, but ... -
ringo wathelet created a post, copy and paste of scala file is missing bits
I have the following code:// in file Globals.scalaobject Globals { val contex = "hello Global"}// in file FirstClass.scalaclass FirstClass { import Globals._ println("in FirstClass")}// after ... -
ringo wathelet created a post, IntelliJ IDEA 14.1 problems with SBT projects
I upgraded to the latest IntelliJ IDEA 14.1 EAP build 140.2110, and when it tries to open my SBT project it just hang.I tried re-intalling it, but no success. I tried to start it without opening a ... -
-
ringo wathelet created a post, intellij idea 13 cannot create a Play project
I've just downloaded Intellij idea 13 Ultimate 30 trial to see how I could use it with Play,however I'm stuck at the very beginning. I cannot create a Play project.According to the documentation: h... -
-