Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Attach sources does not seem to work
已回答What 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... -
创建于 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... -
创建于 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...