Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created IDEA 123.168 Acts Like a New Installation
Hi,I retrieved and installed the 123.168 EAP release and when I launched it, it asked me if I wanted to import my old settings or start from scratch. I thought something might have gone wrong, so I... -
Created Scripted Control of IDEA
Hi,I would like to control some aspects of IDEA's operation from a script (either a stock shell script or AppleScript, since I'm on Mac OS X). My requirements are pretty simple: Launch the app, if ... -
Created Rename Refactoring Wraps Long Lines Arbitrarily
Hi,I've encountered several occurrences of lines being hard-wrapped (a newline plus indent inserted) at the configured Right Margin (Settings -> Code Style -> General). (The "Wrap when typing reach... -
Created IDEA-64656
Hi,Bug IDEA-64656 is marked fixed but appears to remain in the last two 10.5 EAP releases. Since I cannot get any response on the YouTrack ticket, I'm trying to get this issue some attention here.W... -
Created TabSwitch Opens New Tabs w/ Split Panes
Hi,Something I've never seen before is happening on a relatively new installation of IDEA UE 10: When I use TabSwitch to switch to another tab and that tab is in a different split/pane from the cur... -
Created Scalal Plug-In 0.4.296 Fails to Find Std Lib Types
Hi,I upgraded the Scala plug-in to version 0.4.296 and immediately noticed that the constructors (companion object apply methods, actually) for Some, Left and Right were erroneously flagged as "App... -
Created Using Language Injection in Scala Code
Hi,Now that we have language injection support for Scala (many thanks for this!), I'm trying to figure out how to actually use it. I've included the .../redist/annotations.jar file as a dependency ... -
Created Good Code Declared Bad; Many Cascading (Spurious) Errors
Hi,This code:trait ComponentAPIextends ComponentOps//th ComponentTracewith SharedAPI{// ...}is flagged as erroneous. The compiler is fine with it. Because of the location of the incorrectl... -
Created "Error Loading Project" in 0.3.1845
After upgrading to plug-in 0.3.1845 (and a longish re-indexing the first time I opened my project), IDEA reported this:(!) Error Loading Project Cannot load facet Scla (rho) Details...Clicking det... -
Created The Acid Test for Enhanced Type Checking
Hi,I've been going through my code seeing where the enhanced type checking (i.e., the mode toggled by ALT+CTRL+SHIFT-E) in the Scala plug-in breaks down on my code (all of which compiles, of course...