Andrew O'Malley

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Andrew O'Malley commented, -
-
Andrew O'Malley created a post, 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 commented, -
Andrew O'Malley commented, -
-
Andrew O'Malley created a post, 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 created a post, 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 created a post, 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...