Changes in versions released for IDEA 7
Changes in versions released during IDEA 8 EAP
IDEA 9 "Maia"
Maia Next EAP (XXXXX) (09-08-XX)
struts.xml
- Support Plugin-specific
<constant>
names/values when present (Convention, OSGi, REST)
web.xml
- Autocompletion/highlighting for
<param-name>
/<param-value>
within S2-Filter's<init-param>
Maia 9 EAP (10558) (09-07-08)
General
- Improve performance for "Compiler->Validation" on incremental "Make", especially for multi-module projects
- Background indexing: enable Struts-icons during index rebuild
New Project wizard
- use proper DOCTYPE (2.0/2.1) for
struts.xml
depending on choosen Struts version
struts.xml
- highlighting/resolving performance improvements
- smarter JAVA-class/Spring bean completion
JSP
- improve gutter icons performance
validation.xml
- custom
validators.xml
does not replace but augment default validators in Struts 2.0.8+
Maia First EAP (10313) (09-05-26)
General
- "New project"-wizard w/ Struts 2.1.x: fix required libraries, use
StrutsPrepareAndExecuteFilter
struts.xml
- Support DTD-Version 2.1 struts.xml files,
<unknown-handler-stack>
/<unknown-handler-ref>
- <result>: resolve to Tiles definition
- <param>: support nested properties
- Graph: expand only current struts.xml-group, provide tooltips for action/result
- Quickfix to create unresolved class/package
JSP
- Support more CSS/Javascript tag attributes (e.g. "cssErrorStyle", "cssErrorClass")
- Add gutter icon navigation to Action-class for <s:submit>, <s:reset>
IDEA 8 "Diana"
IDEA 8.1.4 EAP (9902) (09-07-10)
New Project wizard
- use proper DOCTYPE (2.0/2.1) for
struts.xml
depending on choosen Struts version
JSP
- improve gutter icons performance
validation.xml
- custom
validators.xml
does not replace but augment default validators in Struts 2.0.8+
IDEA 8.1.3 (09-06-18)
struts.xml
IDEA 8.1.3 First EAP (09-06-01)
struts.xml
- Quickfix to create unresolved class/package
IDEA 8.1.2 EAP (9848) (09-05-14)
struts.xml
- <param>: support nested properties
IDEA 8.1.1 EAP (9779) (09-03-26)
struts.xml
- Graph: expand only current struts.xml-group, provide tooltips for action/result
JSP
- Add gutter icon navigation to Action-class for <s:submit>, <s:reset>
IDEA 8.1.1 EAP (9757) (09-03-05)
General
- "New project"-wizard w/ Struts 2.1.x: fix required libraries, use
StrutsPrepareAndExecuteFilter
struts.xml
- Support DTD-Version 2.1 struts.xml files,
<unknown-handler-stack>
/<unknown-handler-ref>
JSP
- Support more CSS/Javascript tag attributes (e.g. "cssErrorStyle", "cssErrorClass")
IDEA 8.1 (9732)
struts.xml
- Support DTD-Version 2.1 struts.xml files
IDEA 8.0.1 (9164) (08-11-26)
General
- Library setup: use latest GA release 2.0.14
- fix CNFE when Spring plugin disabled
- Syntax parse problems in result-tag - cannot resolve symbol " - cannot resolve param-property
- Support Spring bean reference for "class" not only for <action>
Diana 8975 (08-10-29)
General
- Library setup: use latest GA release 2.0.12
struts.xml
- Quick Documentation Lookup (
CTRL+J
) for <action> - <result>: do not highlight URLs with protocol (e.g. "http://www.jetbrains.com")
- adapt changes in DTD from 2.0.12
JSP
- Support for "bang"-notation (actionName!actionMethod) for "action"-attributes in S2 tags