Curtis Stanford
- 活动总数 86
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 25
-
创建于 Huge scary error importing sbt project
First time trying to import an sbt project. Not sure if sbt 0.13 is supported yet but I tried and got this error: -
创建于 Plugin doesn't install
The two latest plugin versions don't install correctly in the latest IntelliJ 12.The new version comes up in the update window but when you press the 'Update' button, nothing happens.This applies t... -
创建于 Can't auto import with 13 EAP
Using latest 13 EAP and scala plugin 0.10.279, I constantly get these errors when trying to auto import:Expected static method com.intellij.codeInsight.CodeInsightUtilBase.prepareFileForWrite(Lcom/... -
创建于 All EAPs do weird things
I've noticed that whenever I use an EAP version (any version) two things happen that don't happen with the non-EAP versions:1. I usually get red errors popping up when switching from one project to... -
创建于 Nightly 362 produces scala compile errors on Java only project
With the scala plug-in installed and a Java only project open, I get compile errors like those below. Disabling scala plugin fixes the problem.Information:Compilation completed with 27 errors and 5... -
创建于 Anyone using nightly with 2.10-RC1?
The plug-in has been working great for me so far. Today, I'm trying to switch to scala 2.10-RC1. I've already got around the problem with the reflect jar and I now have successful compiles in sbt a... -
创建于 Problem with new compiler option
I'm really excited about your new compiler architecture. I just tried out the Leda EAP and tried compiling a fairly large project using jdk 7 on my mac. This is what I get:java: Compilation failed:... -
创建于 Support for Groovy 2.0 static compilation
Is Jetbrains planning on supporting the static typing and static compilation features of Groovy 2.0? In particular, I'm thinking of type checking in the editors and showing red when types aren't co... -
创建于 Using modules for code splitting
Hi, I'm trying to reorganize my codebase into client, server and shared code. The code is all under the same src/ directory. I'd like to create client and server modules that I can run separately w...