This one might be hard to do, but worth mentioning. Could we get the ability when in a JSP, to hilite a selection of HTML, and Refactor it into a custom tag? It would be okay if it spawned a screen or two to do so. Some information that would be needed:
- Custom tag library: select an existing one or option to create a new one. - creating a new one would define it in web.xml, create a descriptor, and also add the declaration at the top of the JSP - Tag name, description and supprt for body content - Tag attributes - collect attribute name and data type - optionally you could display the selected HTML in a pane on the Define Attributes screen and allow me to map one or more attributes to a particular piece of HTML. - Java package name At a minimum, the Refactoring should set up the shell for me and then I could take it from there. And of course, the Wizard version of this would start a new tag (library) from scratch without having to deal with not breaking anything like a Refactor function would. - joe _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
