Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 "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... -
创建于 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 ... -
创建于 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... -
创建于 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 -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...