Reading about the new compiler I was looking forward to see faster compilations of my big project with IntelliJ 12. The project has almost 10000 Java-files, and it is set up to compile with the Eclipse-compiler, and the project structure is set up for Java 1.6. Am I supposed to get faster compilation with v12 over v11 then? You see, the point is that I don't actually get any noticeable compiler speed improvement. With v12 I get it all compiled at about one minute and 45 seconds, and with v11 the same project is re-built at one minute and 50 seconds. Are there some requirements to use the new compiler? Must I compile for Java 8 or Java 7 in order to be able to use the new compiler? Do I have to compile with the "javac" compiler and not Eclipse?
Anyway, the new Darcula theme looks great. My colleagues are finally starting to ask questions about my IDE over their own Eclipse... ;-)