...
IntelliJ IDEA 13.1 build 134.1007, released on February 7th, 2013
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) |
...
hidden-data |
---|
IntelliJ IDEA 13.0.21 has been released. Please download it from [http://www.jetbrains.com/idea/download/] |
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.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
- 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.