Andrew O'Malley

- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 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... -
创建于 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:... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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(... -
创建于 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_... -
创建于 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...