Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created Hints on how to get Intellij Scala Plugin to stop at breakpoints
The screenshot of the following tiny scala script shows four breakpoints set.object WC { val code = """import org.apache.hadoop.conf.Configuration// This class performs the map operation, translat... -
Created Intellij File Open Dialog "goto location" cut/paste are broken on Mac
When attempting to paste in a file location inside Intellij File Open dialog (in the screenshot it is for selecting a new JDK) it is impossible to paste in the location. All keyboard accelerators... -
Created Python file not properly detected and missing syntax highlighting
I have configured python3 and added python3 as a facet to my project. However syntax highlighting still does not appear. I am on osx 10.8 and using Intellij Ultimate 12.1.4Attachment(s):Screen Shot... -
Created Keyboardists and Mac users ahoy! How do you get along with IJ on os x?
I am a long time IJ user mostly on Ubuntu derivatives but also here and there on Windoze. In both cases we can get to most of the menu items via accelerator keys.I need that. Both for speed and... -
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 Maven dependencies sometimes do not work and reimport does not resolve
Hi,I have a frustrating scenario here in which the hadoop dependencies stopped working. I had a pom.xml and it was working fine, then just stopped working for all of the org.apache.hadoop.*.The po... -
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...