HandyTapestry 1.2

Aug 15, 2007
What's new:
  1. Generate abstract getter and setter in a component class:
    • Press Alt-Insert in a component class and select the "Tapestry component property" action.
    • Enter property name, class and press the Ok button.
    Generate property
  2. Error highlighting in component template: message keys, invalid jwcid attribute values (component types), listeners, Tapestry components with unspecified required parameters.
  3. Increase your productivity with Tapestry intentions: create listener, message key, Tapestry component property:
    Add component attribute like action="listener:save" and press Alt-Enter after IDE marks the "listener:save" string as error. The Idea will suggest to create listener!
    Create listener intention
  4. Rename Tapestry component action: Right click on a component template and select the "Rename Tapestry component" action from menu.
    Rename Tapestry component
  5. Component attribute completion: required attributes marked with red dots.
    Rename Tapestry component
  6. OGNL completion and highlighting fixes.