Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 When will Intellij be usable again for Spark Build/Compilation?
I have struggled to obtain a working Spark 1.x build/debugging environment in IJ (latest Ultimate 13.1.3). From the command line sbt compile | package | assembly are all fine. But in IJ a few co... -
创建于 Find usages in [file|project] does not work for libraries
Windows 7 with IJ Ultimate 13.1.2 (just one minor minor release back from latest). Repeatable failure mode: (a) navigate to a project library class containing source code. E.g. i went to akka.a... -
创建于 Macros in intellij are weak/limited usefulness - any plans to make them more usable?
"Edit" a macro consists of : (a) being able to rename it or (b) removing it or (c) removing one task. That's it. That is not editing.. that is more like managing. We should have an editor.Ther... -
创建于 Intellij content-assist unable to implement Java Interface in S
After hitting command-I for Implement Methods, the screenshot shows two methods that require being overridden to create a concrete class implementing IRichSpout.Upon selecting both and hitting OK, ... -
创建于 Content assist not activating for basic import / create class
As shown in the screenshot, the content assist is not popping up the " import class / create new class" dialog. Why would this be happening?I am on IJ 13.0.2 on Mac mavericks -
创建于 sbt generates NoClassDefFoundError
I am trying to load the build.sbt from Odersky's Coursera Functional Programming In Scala - the first lesson.The build.sbt is as follows:Following is what I get:2014-02-20 23:46:27,693 [148985705... -
创建于 Check for updates is taking me to V 13. How do I get it to latest Version 12??
As mentioned in another post, intellij completely broke the python installation after I installed its recommended update two days ago - now at 12.1.4.Someone recommended 12.1.6 A) Why did the up... -
创建于 PYTHON incompatibility with latest 12.1.4 ultimate ?? Lost all python facets/modules
Hi, What is going on with the latest 12.1.4 ? I use python on the job: what gives here? A new release of IJ should NOT be released if a major language is incompatible..So now what, am I supp... -
创建于 Cut file can not be pasted?
The screenshot shows the file "paf-rules.testing.properties" is grayed out - since I have performed Right Click | Cut on it. But I am unable to "paste" it into any other folder - even though Ri... -
创建于 Exclude from compile does not work on scala scripts?
There is a quirk that we have to disable "Make" before compile on Scala scripts. But what about when I am trying to actually run a Scala App under a different Run Configuration? It looks like we...