...
IntelliJ IDEA 13.1 is minor update of IntelliJ IDEA 13, to be released at end of Q1 2014.
Download IntelliJ IDEA 13.1
Wiki Markup |
---|
{hidden-data |
...
} IntelliJ IDEA 13. |
...
1 has been released. Please download it from [http://www.jetbrains.com/idea/download/] {hidden-data} |
IntelliJ IDEA 13.1.6 build 134135.11601306, released on February 18th, 2013November 12th 2014
Download | Description |
---|---|
Windows installer (includes bundled JRE 1.7.0_4060) | |
Windows ZIP archive (no bundled JRE) | |
ideaIU-134135.11601306.tar.gz | Unix archive |
Mac installer | |
Mac installer (includes bundled JRE 1.7.0_4560) |
This EAP build does not include a EAP license.
Download IntelliJ IDEA 13 Community Edition
Wiki Markup |
---|
{hidden-data |
...
} IntelliJ IDEA 13.1 has been released. Please download it from [http://www.jetbrains.com/idea/download/] {hidden-data} |
Download | Description |
---|---|
Windows installer (includes bundled JRE 1.7.0_4060) | |
ideaIC-134135.11601306.tar.gz | Unix archive |
Mac installer | |
Mac installer (includes bundled JRE 1.7.0_4560) | |
ideaIC-134135.11601306-src.tar.bz2 | 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 135.1306 Release Notes
IntelliJ IDEA 13.1 135.1286 Release Notes
IntelliJ IDEA 13.1 135.1228 Release Notes
IntelliJ IDEA 13.1 135.1146 Release Notes
IntelliJ IDEA 13.1 135.1019 Release Notes
IntelliJ IDEA 13.1 135.909 Release Notes
IntelliJ IDEA 13.1 135.908 Release Notes
IntelliJ IDEA 13.1 135.863 Release Notes
IntelliJ IDEA 13.1 135.815 Release Notes
IntelliJ IDEA 13.1 135.760 Release Notes
IntelliJ IDEA 13.1 135.689 Release Notes
IntelliJ IDEA 13.1 135.667 Release Notes
IntelliJ IDEA 13.1 135.666 Release Notes
IntelliJ IDEA 13.1 135.480 Release Notes
IntelliJ IDEA 13.1 135.445 Release Notes
IntelliJ IDEA 13.1 135.406 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
- Multiple selections in editor
- 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 filtering thread dump dumps 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.