Donald McLean
- Total activity 790
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 306
-
Created Plug-in compatible with 92-24?
I noticed that the new EAP reports the current plug-in as incompatible. -
Created Unit testing for Scala in IDEA
One article that I found suggested using Java's TestNG (because of integrated IDE support) but that article was written almost 2 years ago. Is there a better solution yet for IDEA?Donald -
Created Live syntax checking?
I'm new to using Scala and trying to work through some programming exercises to get up to speed.I'm having quite a few problems with actual syntax - mostly accidentally using Java syntax instead of... -
Created Re: 0.3.108 not working with IC-90-116
Ian Clarke wrote:I install the plugin and restart, but when I do I get an error about "Unknown facet type:'Scala' on a project that I had previously created using the Scala plugin (it worked before... -
Created Newbie questions
When I try to compile HelloWorld, I get this error:Error: fatal error: object scala not found.I have no idea what the error means or how to correct the problem.I am using:Maia IU 90-137MacOS 10.5.8... -
Created Annoyance in 10781
I was editing some XML and I wanted to collapse some blocks by clicking on the little 5-sided "-" icon HOWEVER the light bulb popup kept getting in the way. Exceptionally annoying.Really, really an... -
-
Created 8.1.3 "Surround with" problems in .jsp file
If I select more than 1 line then the "surround with" keyboard shortcut doesn't work. It still works if I try it from the menu - but that is a real pain (and defeats the whole purpose of keyboard s... -
Created Idea 8.1.3 SVN integration: files not marked changed
IDEA build 9886 (8.1.3), Mac OS X 10.5.7 (with Java update 4)I am having terrible trouble with IDEA not recognizing that a file has been changed. It seems to happen after something has been committ... -
Created Good code red in 8.1.3
I got this regular expression code from a very helpful Sun web page. It works but 8.1.3's error checking is barfing all over it: static final String Digits = "(p+)"; static final String...