Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
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...