...
- Spring Security
- Security-namespace:
- improve autocompletion/navigation support
- support new/updated elements from 3.1 XSD
- improved highlighting for configuration errors/problems
- support OAuth1/2 (M6): XML highlighting, Spring Beans resolving
- JSP Taglib: update completion
- support for referencing properties of (custom) configured UserDetails, Config XML / Taglib
- inject SQL into <jdbc-user-service> “*query” attributes (configurable via IntelliLang --> dialects)
- inject PointcutExpression into <protect-pointcut> "expression"
- Security-namespace:
- Spring Web Flow
- support 2.3-config XSD
- JSF: support for spring-faces.xsd configuration elements
- dedicated icon & structure view for *-flow.xml files
- improve completion variants presentation
- Support support SpringEL or OGNL (Struts 2 plugin needed) instead of "plain" EL EL
- support <binding> bean property resolving http://youtrack.jetbrains.com/issue/IDEA-45654 resolving
- support *-state "parent" resolving (parentState#id) http://youtrack.jetbrains.com/issue/IDEA-45286 flow#parentState)
- integrate with Spring Security authorities http://youtrack.jetbrains.com/issue/IDEA-70272 authorities
- "Goto Related File" & gutter icons for related *-flow.xml files (parent & inheriting flows, <subflow-state> "subflow") and <bean-import> "resource"
- "Go To Parent" gutter icons for state-elements elements
- "Go To Symbol" for key navigation elements (view-state, end-state, ...)
- Compiler->Validation: validate flow.xml files during Make
- view-resolving (Tiles & anything via Spring MVC) http://youtrack.jetbrains.com/issue/IDEA-19647
- completely rewritten Graph/Designer view
- show Graph for selected or all flow.xml-files in module
- improve graph presentation & layout, highlighted start-state ("link" style, blue bold)
- show/hide dependencies (parent flow(s) and "parent"-relations between states)
- show/hide sub-flows/event ("on-...") nodes
- show/hide details for nodes (sub-elements, properties)
- highlight all outgoing paths from selected node node;
- create create/delete states delete states and edges (transition, parent)
...