Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created "Create parameter" code intention not working
Hi, I am inside following code, and as you can see the "reporter" does not exist (yet..)It is properly highlighted in red by IJ. Hitting alt-space a list of intentions comes up. Upon selecting "Cr... -
Created Scala compiler difficult to use
As background, I am comfortable to configure scala and/or sbt on the command line: have been doing so 2.8, 2.9, 2.10 for couple of years.. I can compile either way and with/without fsc. But here ... -
Created Navigation keys defined in Gnome Level 3
Hi, I have set up level 3 keyboard to use the Caps Lock to access the level 3 / level 4 character sets.The good news: IJ does recognize/respect some of them - specifically the non-special/navigati... -
Created Local variables debug info not available, when using scala compiler
Hi, I am unsure how to configure the IJ with scala to get the debug information. Pointers appreciated.thanksstephenb -
Created How to mix/match scala and java in IJ12 (including annotation processing)
Scala /java interdepencies seem to be quite complicated /difficult in IJ12. I do have scala depending on java and vice versa. Screenshots show some errors I am getting.I am using external build ... -
Created Tricks to encourage IJ 12 to stop at breakpoints?
Hi, I have breakpoints working in some java classes in a project, other breakpoints (also in java) are ignored by IJ. I have print statements all over the place around the ones that are not stop... -
Created Turn off all Code Folding
Hopefully easy one. How to do this? I already have unchecked all boxes in teh project settings | code folding | fold by default.Still code folding is happening pretty frequently.is there another... -
Created Scala script headers not parsed correctly - workaround tips
Hi, I am back to an issue with the script header is not parsed properly. With the following header, the entire file is treated as if header.Basically the trailing !# that signifies the end of th... -
Created Nice feature of editor: postpone real-time re-parsing of current file
This is just a note of appreciation for one feature that I stumbled upon: if re-parsing of a file while you are editing is taking time, just hit "escape". Then you can continue to edit the file an... -
Created Scala script: entire script mistaken as comments
hI, I have a scala script that starts as follows:#!/bin/bash -vexport CLASSPATH=/shared/*:$SCALA_HOME/lib/*:$CLASSPATHecho $CLASSPATH#$(dirname $0)/fetch-sql.scalascala -versionexec scala -classpa...