Overview
IntelliStripes add Stripes Framework Integration on IntelliJ IDEA, in the same IntelliJ way, wizardless but code centric.
Tutorial
coming soon
History
Version 0.1.0.097 (2007-07-29)
...
- Bug Fix NPE When Stripes Facet is Added to a module (Thanks to Evgeny Shepelyuk for the feed back)
Version 0.3.1.294 (2007-09-23)
...
- Auto Completion in Stripes JSP tags
- name attribute on (JSP)
- layout-render
- name attribute on (JSP)
- Remove Icon for ActionBean Abstract Classes
- Add Configuration Option to Configure ActionReslver.UrlFiltersUrlFiltersgo
- Fixed Auto Completion for Setter methods inherited from Super Class
...
- Bug Fix NPE In Event (Resolution Methods) Auto Completion When the ActionBean Class have Explicit Constructors (Thanks to Marijan J Milicevic for the feed back)
- Fixed Auto Completion for Event (Resolution Methods) inherited from Super Class
Version 0.6.1.364 (2007-11-12)
Deleted From Repository
- File Templates
- ActionBean.java
- Add Action for create New ActionBean Class
- Auto Completion in Stripes JSP tags
- name attribute on (layout-component name defined inside layout-definition)
- layout-component
- name attribute on (layout-component name defined inside layout-definition)
- Add Option to Change Icons on Facet Configuration (Thanks to Evgeny Shepelyuk for the idea)
Version 0.6.2.364 (2007-11-18)
- Bug Fix Not-Deterministic Assertion Failed Related with New ActionBean Action
Version 0.7.1.576 (2007-11-29)
- Stripes Libraries Configured through Facet
- Correct misspelling in "Plugin Configuration" Tab (Thanks to Evgeny Shepelyuk for the feed back)
Version 0.7.5.584 (2007-12-08)
- Auto Completion in Stripes JSP tags
- name attribute on (setter method)
- param
- name attribute on (setter method)
Version 0.7.6.584 (2007-12-11)
- Bug Fix Not-Deterministic Exception when editing ANT files (Thanks to David Castañeda for the feed back)
Version 0.7.7.626 (2008-01-08)
- Auto Completion in Stripes JSP tags
- class attribute on (CSS)
- button
- checkbox
- file
- form
- image
- label
- link
- hidden
- option
- options-collection
- options-enumeration
- password
- radio
- reset
- select
- submit
- text
- textarea
- class attribute on (CSS)
Version 1.0.beta.757 (2008-01-08)
- CSS and JavaScript support for all tags
- @HandlesEvent support
- AutoCompletion on new ForwardResolution(FooActionBean.class,"event") (and RedirectResolution too) on the event parameter
- Nested Properties support
- Bug-Fix on stripes:layout-component