[ANN] Struts Assistant 1.11 released
Support for new taglib standards in Struts Support Wizard & Page Wizard
Diagram performance improved for large config files
Code Completion enabled for property and value attributes of set-property element of Struts configuration, including file lists for plugin configurations
Demetra EAP support dropped
Minor changes & bugfixes
Please see attached file for illustration.
Attachment(s):
path_list.gif
Please sign in to leave a comment.
Can you implement Code Completion list for all getter method?
example:
code:
private Date dateCreated;
public Date getDateCreated(){return dateCreated;}
public String getFormatDateCreated(){return format(dateCreated);}
I see "dateCreated" in completion list of property of tag. cann't see "formatDateCreated". but "formatDateCreated" is valid.. and can you implement navigate of value of tag. example: code: "ctrl" + left click navigate to jsp file of "user.dsc.index.jsp". enable it of the value startswith is "/". i see the function implemention of input of tag of struts-config.xml. thank you very much! "anima" дÈëÏûÏ¢ÐÂÎÅ:22954867.1141226163919.JavaMail.itn@is.intellij.net... >]]>* Support for new taglib standards in Struts Support Wizard & Page Wizard
>
Thanks for your input.
<bean:*> taglib is not supported by Struts Assistant so far. Maybe it will be done in the future.
It is supported by IDEA core, but it recognizes a property if it is baked on field with the same name only.
Thank you, I found it at Struts Assistant of 1.12 .
"anima" <anima2ls@yahoo.com> дÈëÏûÏ¢ÐÂÎÅ:11065011.1141294569560.JavaMail.itn@is.intellij.net...
>
>
>