- This topic has 5 replies, 3 voices, and was last updated 21 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
blaplanteMemberI would love it if you would extend the current tag completion in jsp pages to get it’s list from the tld that the taglib directive is pointing to. In addition to that I would like to be able to right click on a custom tag and choose something like TagData and see what is contained in the description field of the tld file for that taglib.
Even better idea, make the TagData dialog box a built in browser so that within my tld I can put a table of contents that points to some additional html for the tag lib.
It sure would be nice when I leave a client site to be able to say right click on the tag and RTFM (ha ha).
Scott AndersonParticipantI would love it if you would extend the current tag completion in jsp pages to get it’s list from the tld that the taglib directive is pointing to.
For clarity, can you give me a specific difference in behavior if we did this? I believe our completions currently come from the tld.
–Scott
MyEclipse Support
Tom ColeParticipantIt does on mine.
I would like to resubmit my complete desire for a Tag option in the New > Other > J2EE > Web option… With a nice default javax.servlet.jsp.tagext.TagSupport based template (you know with doStartTag() etc. already formatted). And….The ability to update the .tld from the TagSupport extended class code (much like Servlets update the web.xml file).
THAT would be one useful add-on. Especially for those of us building server side jsp/servlet tools for a gang of $10.00/hour HTML guys to use. Tags make my life a WHOLE lot easier.
Tom ColeParticipantMy apologies to any $10.00/hour HTML guys out there. No disrespect intended…
blaplanteMemberSorry I guess I type to fast and didn’t realize. The Java editor responds without hitting ctrl+space. The only other thing that would be nice is if I could right click on the custom tag and have a built in browser popup that shows what is between the <info></info>tags for the tag I clicked on.
I could right some html links to java docs or help files that explain how to use the tag.
How does that sound.
Scott AndersonParticipantThe only other thing that would be nice is if I could right click on the custom tag and have a built in browser popup that shows what is between the tags for the tag I clicked on.
I could right some html links to java docs or help files that explain how to use the tag.
How does that sound.
That does sound like an interesting usability enhancement. Sort of like the way Javadoc works in the Java editor.
–Scott
MyEclipse Support -
AuthorPosts