Please report fatal bugs via the integrated error submission panel, feature requests or general bug reports can reported here |
Changes in versions released for IDEA 7
IDEA 8
Diana 8280 (08-04-10)
General
struts.xml
- Support references to Spring beans for <action> "class"
JSP
- more autocompletion for various Struts tags
Detailed release notes
IDEA 7
0.39 (08-04-06)
IDEA 7.0.3, Build #7757-7999
General
struts.xml
- Support references to Spring beans for <action> "class"
JSP
- more autocompletion for various Struts tags
Detailed release notes
0.38 (08-02-18)
IDEA 7.0.2 & 7.0.3 EAP, Build #7590-7999
General
struts.xml
- support Action-paths with wildcards
Detailed release notes
0.37 (08-01-27)
IDEA 7.0.2 & 7.0.3 EAP, Build #7590-7999
Bugfixes only, please see Detailed release notes
0.36 (08-01-12)
IDEA 7.0.2 & 7.0.3 EAP, Build #7590-7999
Detailed release notes
General
- various smaller bugfixes
- major additions to JUnit testcases
struts.xml
- <result>: support autocompletion/navigation for type="chain" (STRPL-37)
- extend support to WW2 configuration files (STRPL-9)
IDE
- struts.xml structure view cosmetics (STRPL-21)
0.35 (07-12-30)
IDEA 7.0.2 & 7.0.3 EAP, Build #7562-7999
Detailed release notes
General
struts.xml
- <result>: support autocompletion/navigation for JSP/static files (STRPL-18) and Action-paths (STRPL-33)
0.31 (07-12-11)
IDEA 7.0.2 EAP & official 7.0.2 release, Build #7562-7999
General
struts.xml
- <result> with no name defaults to "success"
- support for <exception-mapping>
JSP
- fix action/namespace-resolving with default namespace ("/")
Internal
- more & faster highlighting tests
0.3 (07-12-03)
IDEA 7.0.2 EAP, Build #7562-7999
General
Facet
- allow to attach Struts 2 facet to module directly (no parent web facet required)
- fix disabled validation.xml checkbox in tab "Validation"
JSP
- UI tags: autocompletion/navigation for "action", "namespace" - BETA quality
- UI tags: gutter icon navigation to Action-method
- UI tags: support for inline CSS ("cssStyle") and CSS classes ("cssClass")
Internal
0.2 (07-11-24)
IDEA 7.0.2 EAP, Build #7562-7999
General
- performance improvements
- some cosmetics
Facet
- auto-detection of struts.xml files and creation of new facet
struts.xml
- fix support for <default-class-ref>
- improve resolving support for many tags
- dedicated structure view including speed-search (Alt+F3)
- quickfix for adding struts.xml file not mapped to file sets to existing one
validation.xml
- dedicated structure view including speed-search (Alt+F3)
validators.xml
- validate custom validators.xml on "Make Project"
JSP
- UI tags: JavaScript support for common attributes ("onXXX")
- UI tags: autocompletion for many static valued attributes (e.g. "labelposition", "required", ..)
0.1 (07-11-13)
IDEA Build #7549
Known limitations are marked with 
Facet
- Setup of file sets
- Library validator/downloader
- "Validate on Make Project" options
struts.xml
- Basic support for completion/navigation/rename/find usages
no support for <result> locations
- show warning when struts.xml is not mapped in file sets
<param> "name" does not resolve for very few elements
validation.xml
- Basic support for completion/navigation/rename/find usages
no support for <field> "name"
JAVA
- Go to <action> declaration from Action-class
IDE
- Icons for configuration files/Action-classes
- "Go To Action/Package" (CTRL+SHIFT+ALT+N)
- Automatic setup of all required DTDs