Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 Python support from noob perspective: looking good so far
I am a rather frequent contributor of "why this?" or "this seems broken .." So I'd like to change it up a little bit and say, after a week of using python heavily in IJ it is pleasant to do so. T... -
创建于 Tabs in python
Hi, First off: where are the tab stop settings? I did see them but it took minutes to find them .. The search for "tab" or "tabs" does not bring it up.Second: I saw it was set to 2 - and ruby ... -
创建于 Some keyboard accelerators for menu items have disappeared.. why?
I installed 12.1.1 ultimate last week and found out another menu accelerator has disappeared. Code | Generate. It used to be Alt-C-G. Now thatalso disappeared. I am left with Alt-In... -
创建于 Code folding happens even when disabled
In File | Settings | Editor |Code Folding NONE of the checkboxes are checked. That has been the case since installation 4 months agoHowever: In the following code it all gets folded every ti... -
创建于 "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...