Jesper de Jong
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Jesper de Jong commented, -
Jesper de Jong commented, -
Jesper de Jong commented, -
Jesper de Jong created a post, Package object bug in IDEA 10.0.1
IntelliJ IDEA 10.0.1 has a bug with regard to package objects.I have attached a very small project, which has a package one.two. In the directory one/two there are two source files: MyClass.scala a... -
-
Jesper de Jong created a post, File templates, package name is generated in the wrong place
I have created the following file template for Scala class files:/* * Copyright blah blah... */#if ( $PACKAGE_NAME != "" )package ${PACKAGE_NAME}#endclass ${NAME}When I now create a new Scala class...