Donald McLean
- Total activity 790
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 306
-
Created Need "Create method"
If I have a Java class like JavaTestClass shown below, the editor shows the call to "bob" in red and offers me the option to "Create method 'bob()'". Now I realize that in Scala it's a little trick... -
Created Good code red: ScalaTest "should"
I have been using the ShouldMatchersForJUnit from ScalaTest and, in many cases, the keyword "should" shows up as red in the editor. The code compiles and runs with no problems.Editor message is "Ca... -
Created Status and roadmap?
Is there any kind of road map for what work is planned for the plug-in?Any idea when we're going to see more refactorings? (such as introduce parameter/field)Would examples of syntax checking probl... -
Created Glitch w/Import Module (99.32)
Just upgraded to the 10.0.1 patch and shortly after restarting I went to import an existing module and the "Select Path" dialog did not show any files or paths. I canceled out of the "Select Path" ... -
Created Static analysis of Scala
From one of the Scala mailing lists:from Yuvi Masory <ymasory@gmail.com>to scala@listes.epfl.chdate Wed, Dec 22, 2010 at 2:05 PMsubject Re: static analysis of Scalamailing list ... -
Created IdeaX and Jetty Plugin, revisited
I tried the latest available 0.5.1.99 and while it mostly seems to work, there are a couple of exceptions and more importantly, it isn't serving any pages.I have included the full log below.Is ther... -
Created Exception with "Extract Method"
I'm using IDEA X EAP (98.486) and plugin version 0.4.303Extract method is an important feature, to me at least. -
Created Public Preview Update?
Just out of curiosity, what does that mean (the comment on build 263)?Also, Alexander, when we get exceptions in the Scala plugin, do you get notified?(got one today - 237016)Thank you,Donald -
Created New EAP? (newer than 98.311 anyway)
I've been getting several exceptions per day plus a problem typing (that I have been told is fixed on the trunk). Are we going to be seeing a new EAP any time soon?Thank you,Donald -
Created Undefined identifiers
Is there any chance that we can get better support for flagging undefined identifiers? Something as simple as mistyping a variable name (I had "usreID" when I meant "userID" for example) can be mad...