Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created IDEA Hang Editing Particular Scala File
Hi,I have a particular file that really seems to give IDEA indigestion. At first it was lots of exceptions. Then IDEA hung twice while editing it.I reported the hang elsewhere, so you can find the ... -
Created Thread-Dump Per Second?
Hi,IDEA locked up on me (for the second time today and both times while editing the same Scala source file) so I went to go create a thread dump.In order to find the thread dump among all the bazil... -
Created Valid Import Marked Red
Hi,This code:privatedefshowHelp: Unit ={ import System.err.{printf => ePrintf} ePrintf("%s: Usage %s [options | targets]%n", progName, progName)}has the printf import marked red (as shown). I... -
Created Plug-in Releases for IDEA 8.1?
Hi,I see there's a new release of the Scala plug-in for Maia but not for version 8.1. Has ongoing support for 8.1 come to an end?Randall Schulz -
Created Exception Trigger
Hi,I had this code (from a combinator parser class): private def varName: Parser[String] = boundVar(nameSym) | implicitVar private def boundVar(np: => Parser[String]): Pars... -
Created Recovering Accidentally Deleted (non-VCS) File?
Hi,I inadvertently deleted a new file that hadn't been checked into VCS (svn) yet. I'd been editing it for the past few days in IDEA. It was open in IEA when I deleted it, but naturally IEA helpful... -
Created Rename Refactoring Misses object apply(...) Methods
Hi,Given this code:object RenamedVariable{ import rho.cdt.{BRVPool, BRenamedVariable} def apply(name: String): BRenamedVariable = BRVPool(name) def apply(v: Individua... -
Created [More] Valid Code Marked Red
Hi,This code, accepted by the Scala 2.7.5 compiler, is flagged as erroneous (red text) in IDEA:private val splitPattern = """\s*>\s*"""private val WeightParts = decodePattern.rdefdecode(kboWeightSp... -
Created Incorrectly Red-Flagged Syntax
Hi,This code, which the compiler accepts without error or warning, is flagged with "Wrong Pattern" by the Scala plug-in: protected def composition(rhs: Substitution): MMap[IndividualVariab... -
Created Do JetBrains Scala Programmers Type <ENTER>?
Hi,Since I upgraded my Scala plug-in to 0.2.25446, I get an exception alert every time I type the <ENTER> key! Pasting a single newline (and all other editing operations, as far as I can tell) do n...