Andrew O'Malley

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created 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... -
Created 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:... -
Created 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... -
Created 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... -
Created Formatting problem: closures
Hi all,Using "Reformat Code" really seems to mess up multi-line closures. e.g. print("Item is: ") println(item) } } } ]]>becomes: print("Item is: ") prin... -
Created Suggestion: disable comments on plugin and EAP wikis
Hi all,It would be good to disable the comments on the Scala plugin and Diana EAP wikis. This would force all comments to be entered in once place, namely the forums. Naturally, this makes it easie... -
Created Go to Declaration fails for Predef.println
Using os x 10.5.3, java 1.6.0_05, idea 8445, plugin 0.2.16990, Scala 2.7.1 finalGiven the following application:object SomeApplication { def main(args: Array[String]) = { val list = List(... -
Created Growl notifications killing IDEA on OS X
Howdy,I initially discovered this testing the new Scala plugin, so I raised it in this message. However, as it is not specific to the Scala Plugin I've opened it here.Using os x 10.5.3, java 1.6.0_... -
Created OS X Issues
Hi there,Using os x 10.5.3, java 1.6.0_05, idea 8445, plugin 0.2.16990, Scala 2.7.1 finalA couple of general questions:1. Is there some easy way of copying and pasting the above info from within ID...