Donald McLean
- Total activity 790
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 306
-
Created Exception trying to bring up project configuration
IDEA build 133.609Although the exception is in IDEA Core, the project is pure Scala:http://ea.jetbrains.com/browser/ea_reports/597437I exited IDEA and restarted, got a different exception:http://ea... -
Created Why is plugin adding "override" to implemented methods?
I have some a trait that I am extending and when I go to implement the methods from the trait, the Scala plugin is adding the "override" keyword to the function, even though it is pure virtual in t... -
Created Cardea completely useless, any plans to make it actually work?
So far, I have been unable to get even a simple test to run with Cardea and no answer to my questions/requests for help. This is really, really unfortunate since all of the Scala plugin development... -
Created Can't find control to turn off external compilation
Compile just isn't working, and Project -> Compiler -> Scala Compiler says "Nothing to show here in external build mode."I went to IDE Setting -> Scala and unchecked "Run compile server (in externa... -
Created Bad code green
One of the standard Scala classes is the annotation scala.beans.BeanProperty, and apparently this annotation requires that the field it is applied to must be non-private. So I was porting some Java... -
Created Can't compile anything Idea 13
IDEA version 132.556Plugin version 0.23.255Every file has at least one error that looks like this:EFLConst is already defined as object EFLConstobject EFLConst { ^I invalidated the caches, n... -
Created Many exceptions in Scala plugin
I've only been using it for a few minutes and already I've had six different exceptions:557507557508557509557510557511557512Though the exceptions don't appear to be fatal nor do they appear to inte... -
Created No syntax coloring in Idea 13
So, I thought I would try the IDEA 13 EAP and ran into a couple of problems.EAP build 132.556Plugin version 23.250 from Cardea build pageFirst of all, it wouldn't run with a 1.6 JVM. Changed to a 1... -
Created Exceptions
I was trying out the new version of the plugin and got some exceptions:http://ea.jetbrains.com/browser/ea_reports/510546http://ea.jetbrains.com/browser/ea_reports/510548 -
Created Build version numbers confused
0.13.283, which looks like it should be part of the 0.10 series was posted.Also, what's the difference between 0.10 and 0.11? Is 0.11 stable-ish yet?Thank you,Donald