IntelliJ IDEA 14 Early Preview 发布了
该版本值得关注的改进包括:
Java Debugger:
Completely rewritten using the new API, with unified Debugger tool window for all languages.
The Watches tab now persists expressions (and remembers it even after you close it.)
Breakpoints can now be arranged by user groups.
Hidden elements of long arrays and collections are displayed on demand, you no longer need to edit the view settings for that.
Java editor:
Backspace smart indent makes the Backspace key aware of your code formatting settings, so it doesn’t break your code when removing indents before caret.
Now it’s possible to generate tests for methods and add them to an existing test class.
General IDE:
The new Code cleanup action (available via Analyze → Code Cleanup or as an option in the VCS commit dialog) applies quick-fixes in batch mode to selected files.
The improved Find in path action now can search within files with unknown extensions and within the .idea configuration files. It also uses indices when searching for strings that contain a part of an identifier (3 characters and longer.)
Copy/paste selected code as HTML/RTF is now available without additional plugins.
Better IDE startup time.
JavaFX:
SceneBuilder 2.0 is now available as UI designer so you don’t need to leave IntelliJ IDEA to work with .fxml files (requires IntelliJ IDEA to run on Java 8.)
Spring:
Performance when handling Spring projects with large numbers of XML descriptor files has been significantly improved.
The Select In action now also can navigate to the Spring tool window.
The new plugin with Spring Websocket support.
Grails and Gradle now work better together.
Mercurial:
The Push dialog has been improved.
The Log viewer loads faster.
The option to revert uncommitted merge and update from the Log viewer reverting the current changes.
Displaying of the current revision in the Log viewer.
Many other enhancements, including the notification about incoming/outgoing changes.
下载地址:
http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP?_ga=1.256401026.821440354.1393553762
(文/开源中国)