Donald McLean
- 活动总数 790
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 306
-
创建于 Plug-in compatible with 92-24?
I noticed that the new EAP reports the current plug-in as incompatible. -
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
-
创建于 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... -
创建于 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... -
创建于 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...