Jens Rabe

- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
-
Jens Rabe 创建了一个帖子, Reformat code (Ctrl-Alt-L) does not always reformat Scala code, states it is properly formatted
Purely at random, Reformat Code (Ctrl-Alt-L) stops working for Scala code. It then says "Code is already properly formatted" This often happens when I have (case) classes or methods with a lot of p... -
-
Jens Rabe 创建了一个帖子, scala.js: IDEA does not find individual JS and JVM implementations of an object, sbt compile / sbt test works fine
I have a crossProject which has JVM, JS and shared sources. Now, in jvm and js directories, I have individual implementations of an object, let's call it "somepackage.SomeObject" for now.When I now... -
-
Jens Rabe 创建了一个帖子, Using SBT and Scala Plugin with company proxy repository does not work
I just upgraded to IDEA 14.1.2, and now I am trying to create an SBT project. I set our private proxy in ~/.sbt/repositories, and using sbt on the console works with it. But when I try to import it... -
-
Jens Rabe 创建了一个帖子, Scala plugin adds multiple brackets around try
I have a strange problem: When I want to try/catch something, and reformat the code, several brackets get added. Example:try { println("foo") }Reformat codeproduces:try { { println("foo")}} -