What is Early Access Program
We at JetBrains believe that making tools for developers should greatly involve listening to developers. Our Early Access Program lets development community closely participate in discussions devoted to IntelliJ IDEA and influence development planning, from early stages onwards.
Early Access Program allows you to try pre-release versions of our software to evaluate features that will be added to the next release.
What is IntelliJ IDEA 13.1?
IntelliJ IDEA 13.1 is minor update of IntelliJ IDEA 13, to be released at end of Q1 2014.
Download IntelliJ IDEA 13.1
IntelliJ IDEA 13.1 build 134.1445, released on March 5th, 2014
Download |
Description |
---|---|
Windows installer (includes bundled JRE 1.7.0_40) |
|
Windows ZIP archive (no bundled JRE) |
|
Unix archive |
|
Mac installer |
|
Mac installer (includes bundled JRE 1.7.0_45) |
This EAP build does not include a EAP license.
Download IntelliJ IDEA 13 Community Edition
Download |
Description |
---|---|
Windows installer (includes bundled JRE 1.7.0_40) |
|
Unix archive |
|
Mac installer |
|
Mac installer (includes bundled JRE 1.7.0_45) |
|
Source tarball |
Plugin Development Kit: Since the open-source Community Edition was released, we no longer provide the plugin development kit as a separate download. Please see http://www.jetbrains.org/display/IJOS/Writing+Plug-ins for instructions on setting up a plugin development environment.
Release Notes
IntelliJ IDEA 13.1 134.1445 Release Notes
IntelliJ IDEA 13.1 134.1342 Release Notes
IntelliJ IDEA 13.1 134.1160 Release Notes
Notable changes in IntelliJ IDEA 13.1
- Spring Open API
- Spring: performance improvements for projects with many/big XML config files
- Configurable Web Browsers
- Structural Search can find Java 8's lambda expressions, method handles & default methods
- Plugins configuration redesign
- Support Windows/Linux HiDPI devices via -Dis.hidpi=true
- Editor: code blocks automatically indented after closing a curly brace
- 2 new Java inspections:
- Interface may be annotated @FunctionalInterface
- Implicit usage of the platform's default charset
- Postfix completion
- IDEA-99943 Allow to filter thread dump by a word in stacktrace
- javax.annotation.ParamatersAreNonnullByDefault supported for data flow analysis
- OpenShift debug
- Diff:
- Go To Source from older diff contents.
- Option to disable sync scrolling.
- Option to choose diff highlighting mode: by word, by line or no diff highlighting.
- Mercurial:
- Amend commit.
- Support unnamed heads in the "Branches" menu.
- Groovy
- Highlighting for overloaded binary operators.