Andrew O'Malley

- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
-
-
Andrew O'Malley 创建了一个帖子, INFO: Building the Scala plugin within IDEA
I've just managed to get the Scala plugin to build with IDEA itself. As it's not obvious, I thought I'd document it for anyone else attempting to do it.Prerequisites: Download and install a current... -
Andrew O'Malley 进行了评论, -
Andrew O'Malley 进行了评论, -
-
Andrew O'Malley 创建了一个帖子, Plugin svn repository moved?
Hi,I'm trying to check out the scala plugin source as per: http://www.jetbrains.net/confluence/display/SCA/How+to+build+Scala+plugin+for+IntelliJ+IDEA+from+scratchHowever, I just get:$ svn co http:... -
Andrew O'Malley 创建了一个帖子, Compilation and editing (analysis) performance
Hi,I'm encountering performance issues when compiling and editing.Compilation:Changing a single source file and compiling (via make) takes around 5 - 10 seconds (depends on the file modified).Can't... -
-
Andrew O'Malley 创建了一个帖子, XML highlighting broken with some embedded statements
Hi,The following valid Scala code is considered broken by the plugin:import scala.collection.mutable.ListBufferobject BrokenXml extends Application { val xml = <xml>{ val nodes = new ListBuffer...