Ittay Dror
- 活动总数 42
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 compile server not running
My Preferences has a checkbox on 'Run compiler server' (using IntelliJ IDEA incremental compilation mode, but also with SBT), however, there doesn't seem to be any external Java process or anythin... -
创建于 Formatting chained calls the way I like
I like this stylenew Foo() .bar .car(a, b) {c: Int => c * 2 }But Idea turns it to (note the last 2 lines): new Foo() .bar .car(a, b) { c: Int => c * 2 }If I choose to 'align when ... -
创建于 structural search for fields of certain type in class hierarchy
Hi,I'm trying to use structural search to find all fields that are some sort of Collection in all subclasses of Base.So given:class Foo extends Base { List list;}class Bar extends Foo { Set set... -
创建于 Compiler internal error. Process terminated with exit code 21
I get this error when building my project. I couldn't find out why it fails or what code 21 is. Settings | Compiler | Java Compiler is set to AjcRegards,Ittay -
创建于 Could not autowire. There is more than one bean of 'XXX' type. Beans xxx, xxx, xxx.
Hi,Using 11.0.1 I get the error in the title (that is, IDEA discovers 3 beans all with the same name for the same type0The beans that IDEA discovered are discovered with context scanning (the @Comp... -
创建于 can't run tests for code using CPS?
I've written code using CPS and compiled it. Compilation passed fine (should I have used some kind of switch?)I've written a Spec for the code, which I run using the Junit runner (JUnit4(MySpec)).I... -
创建于 How can I delete module groups?
已回答Hello,I chose to create module groups when I imported a multi-module Maven project. I've found I don't like this and wish to remove all groups so the project is seen in a "normal" nested fashion (m... -
创建于 trackpoint scrolling does not work
Trackpoint scrolling (hold middle button and move trackpoint up/down) does not work for me in my thinkpad t61 on windows. I tried modifying tp4table.dat with "*,*,idea.exe,*,*,*,WheelStd,1,9" and r... -
创建于 compilation slow?
Compiling a scala module is very slow for me. I write a scala spec and every time I chnage something small and want to run it I have to wait a half a minute or so until the module is compiled. I se... -
创建于 cannot compile a scala module
I get a crash as copied below. I work with plugin version 432 (idea 9.0) with scala 2.8.0-SNAPSHOT and have added the scala-compiler jar to the external libraries dependencies. the module i'm tryin...