Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 14
Next »
- UI Improvements
- New scrollbars
- Many improvements for Mac OS X (native status bar, open file/directory dialog, IDE restart, etc.)
- Java
- Faster method usage search
- Spring
- Spring Web Services support
- Spring testing support
- Spring integration with JSRs and languages: JSR-330(CDI), Groovy, etc.
- extended placeholders support
- new live templates (patterns and frameworks)
- intelligent resources support (smart completion and warnings for resource types)
- Flex Support:
- Flex and FlexUnit run configuration: select browser or Flash Player to launch your application with (IDEA-49795)
- Flex and FlexUnit run configuration: option to place your SWF file to the local-trusted sandbox (IDEA-51966)
- Settings | Compiler | Flex Compiler: option whether to include debugging info into compiled SWF/SWC (IDEA-52692)
- Compile CSS to SWF (IDEA-54169)
- Google Web Toolkit
- Support for CSS in ui.xml files
- Improved support for JSNI methods
- Action to generate and view GWT Compile Report
- Support for ClientBundle and CssResource
- Application Servers
- Option in the module wizard to quickly create a run configuration for an application server
- Groovy
- Change Method Signature refactoring working for both Groovy&Java code
- Compiler: navigation from the generated stubs to the Groovy classes
- HotSwap for Groovy classes
- Easy Grape dependencies downloading
- Groovy++ list->object, map->object, closure->object conversions, traits support