Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 import not finding Java Class in same project
sadfsadI have a Scala class that imports from a) a (java) interface in same package b) a java core library (HashMap) c) 3rd party jar Both b) and c) are working, but not a). ... -
创建于 Scala Compiler unhappy although Editor says OK
The attached screenshot shows: the compiler is generating a lot of errors but the Editor is happy with the file Note: the editor did highlight in Red when I have a typo such as wrong class name or ... -
创建于 Downloading latest plugin for 9.x
The scala plugin page says latest stable version is 0.3.473 but the IJ Plugins manager downloads the 0.3.2093. Why the discrepancy? How can I force IJ to download the newer version? -
创建于 Which one is more stable for scala: 9.0.3 or X ?
Scala support is proving quite challenging in IJ 9.0.3 I have followed the manual steps for setting up the Scala libraries, and still the Scala facet is non-configurable. Maybe I will get respons... -
创建于 Another small question: opening up windows explorer from project navigator
Although the Key Mapping dialog does not seem to include a way to open a windows explorer from the given location: I know there is such a capability (used it recently). I just can not remember it... -
创建于 Small question: keyboard shortcut to jump to active editor window
A very nice feature of IJ is that jumping between different windows has good keyboard support. E.g. Alt-4 goes to the Run window, Alt-0 goes to messages, etc. If I am in some Tool Window (e.g. Me... -
创建于 TestNG: The console output from @BeforeClass processing disappears
When running a testcase, I can watch the console output for the code associated with @BeforeClass. But when that completes and the @Test normal testing begins, all of the Console output from @Befor... -
创建于 Copy multiple files from one project to another
This is a common task. I am surprised that drag n drop and even copy / paste do not seem to be working. -
创建于 Scala newbie: ide not properly parsing simple .scala class
Hi, Here is an excerpt from a scala class, with errors (according to IJ..) highlighted. I am using the scala plugin installed yesterday, 8/24/10.As you can see below, the List and Array classe... -
创建于 scala newbie: how to get IJ to recognize scala file
i have installed the scala plugin (and restarted ij naturally..). I see scala facet listed in the Module properties, but no entries for it. and my Ray scala class (which I created through new | s...