IntelliJ IDEA 13 RC1 is Out
If you’ve already tried IntelliJ IDEA 13 Beta, you are most certainly going to like this: the first release candidate of IntelliJ IDEA 13 has just been released and is available for download. The new build brings bugfixes and enhancements, including better type inference for Java 8.
For the complete list of what’s new, see Release Notes.
Less than two weeks remaining before the IntelliJ IDEA 13 release, so submit your feedback while you can! You’re welcome at the discussion forum, and in our issue tracker.
Develop with Pleasure!
Comments below can no longer be edited.
Stephan says:
November 20, 2013Great news. Unfortunately, IDEA-114336 is still present (JSF faces is no longer recognized). Hopefully, this will be fixed in the next RC.
http://youtrack.jetbrains.com/issue/IDEA-114336
Regards,
Stephan
cebor says:
November 20, 2013What happend to the integrated-menu in ubuntu’s top panel ?
Maxim Mossienko says:
November 21, 2013We switched it off by default due to our user problems http://youtrack.jetbrains.com/issue/IDEA-116284
you can enable it for your environment via registry setting
cebor says:
November 23, 2013can you tell me how?
Szabolcs Andrasi says:
January 23, 2014May be a late reply, but in case you haven’t figured it out yet, just add the ‘linux.native.menu=true’ option to the /bin/idea.properties file. Don’t forget to restart IDEA.
K says:
November 20, 2013When do you plan to release IDEA 13 ?
Maxim Mossienko says:
November 21, 2013Per beta post announcement, in December
Ahti says:
November 21, 2013Python plugin v3.0.1 does not seem to be working with RC1, it was alright with the previous build/last beta. Python plugin is shown as red at the plugins list. Is this a known issue or I’m doing something wrong while updating?
Jim Croft says:
April 16, 2014Same deal for the Ruby plugin.
Howard says:
November 21, 2013Are there plans to add Vagrant support as was done in the latest PhpStorm?
S says:
November 22, 2013How can I register EAP? The register menu is greyed out.
Yann Cébron says:
November 25, 2013You cannot register EAP version, it has builtin evaluation license which cannot be changed.
Jimmy Wan says:
November 22, 2013Python/Scala support seems to be gone in 133.79: “Plugin is incompatible with current IntelliJ IDEA installation”. 132.97 did not have this problem, but I did notice a roughly 50% decrease in speed for a Django app as compared to bypassing IntelliJ IDEA and running from the command line.
Vladimir says:
November 24, 2013Version Control doesn’t work:
The process is not started yet: The process is not started yet
java.lang.IllegalStateException: The process is not started yet
at org.jetbrains.idea.svn.commandLine.CommandExecutor.checkStarted(CommandExecutor.java:280)
at org.jetbrains.idea.svn.commandLine.CommandExecutor.waitFor(CommandExecutor.java:157)
at org.jetbrains.idea.svn.commandLine.CommandExecutor.run(CommandExecutor.java:184)
at org.jetbrains.idea.svn.commandLine.CommandRuntime.runWithAuthenticationAttempt(CommandRuntime.java:65)
at org.jetbrains.idea.svn.commandLine.CommandUtil.execute(CommandUtil.java:195)
at org.jetbrains.idea.svn.commandLine.CommandUtil.execute(CommandUtil.java:178)
at org.jetbrains.idea.svn.commandLine.SvnCommandLineInfoClient.execute(SvnCommandLineInfoClient.java:119)
at org.jetbrains.idea.svn.commandLine.SvnCommandLineInfoClient.issueCommand(SvnCommandLineInfoClient.java:103)
at org.jetbrains.idea.svn.commandLine.SvnCommandLineInfoClient.doInfo(SvnCommandLineInfoClient.java:89)
at org.jetbrains.idea.svn.commandLine.SvnCommandLineInfoClient.doInfo(SvnCommandLineInfoClient.java:229)
at org.jetbrains.idea.svn.commandLine.SvnCommandLineStatusClient.doStatus(SvnCommandLineStatusClient.java:106)
at org.jetbrains.idea.svn.SvnRecursiveStatusWalker.go(SvnRecursiveStatusWalker.java:80)
at org.jetbrains.idea.svn.SvnChangeProvider.getChanges(SvnChangeProvider.java:89)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.a(ChangeListManagerImpl.java:685)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.a(ChangeListManagerImpl.java:595)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.d(ChangeListManagerImpl.java:479)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$1100(ChangeListManagerImpl.java:70)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$ActualUpdater.run(ChangeListManagerImpl.java:386)
at com.intellij.openapi.vcs.changes.UpdateRequestsQueue$MyRunnable.run(UpdateRequestsQueue.java:260)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)