0.31 (07-12-11)
IDEA 7.0.2 EAP, Build #7562-7999
General
- various bugfixes
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
- cosmetics
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
- Test framework
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