Stephen Boesch

- Total activity 475
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 3
- Subscriptions 151
-
Created Automatically download sources/documentation from maven working great
I complain a lot on these Intellij forums. So for a change here is 'kudos' for a feature working well:Just do a "Search anywhere" (Opt-Shift-A) for "automatically download". This brings up Maven |... -
Created How to pause/kill background tasks
Answeredi had my status bar turned off. turned it on and found I have 22 background tasks running. I'd like to selectively kill most of them.thanks! -
Created Attach sources does not seem to work
AnsweredWhat is the deal with attach sources? Is there some magic sequence of steps to get it to "take" ?An example here: i added jackson-json.<version>.jar to the project (systemPath in maven), that wor... -
Created How to enable "remove unused imports"
AnsweredI don't see it under Settings | Code | Imports..I'm using 10.5.1 -
Created Intellij adding escaping backslashes to cut/paste strings
Hi, I did a ctrl-c on a string: "+host+":"+port+"and intellij converted it to: \"+host+\":\"+port+\""I DON'T want that behavior. How do I disable that "intelligence" that is actually corrupt... -
Created Weird UI problem: MouseClick stopped working in IDE, had to reboot machine
Hi, The mouseclick stopped working in the IDE, not from a USB mouse, or the builtin trackpad, trackball, or pointing device (I have a Thinkpad which has all the bells and whistles).It's weird. A... -
Created Remote debugging with Tomcat: Does Not Stop on Breakpoints
AnsweredI can make changes to Java class and/or resources (web.xml, jsp, etc) , do either Build Module, or Debug and the changes show up on Tomcat.However, debugging is not working.I have tried a number of... -
Created How to customize sbt build command especially for Profiles
I need to set up some profiles - as part of building spark. My problem is: after selecting "Import project" there is no way to CUSTOMIZE the profile settings. Specifically i need: sbt -Pyarn -... -
Created How to permanently enable java decompilation
I had already enabled java decompiler in IJ14 ultimate. However:- that setting apparently is only per-project?- how to set it is not intuitive - and I can not remember it anymore. Doing a "search a... -
Created Where is the keymap dialog in IJ14?
And in general - is the (significant) changes in IJ14 to where all the various settings in a document somewhere?