Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Code assist closing tag
Code assist closing tag [message #196011] Wed, 11 July 2007 00:09 Go to next message
Eclipse UserFriend
Originally posted by: mauro.castaldo.gmail.com

Is it possible to have code assist not add closing tag automatically in
JSP pages for taglib tags (It's really boring having to delete manually
every closing tag!)?
If not, a good feature would be automatically delete closing tag if I
change > into /> on the opening tag!

Mauro
Re: Code assist closing tag [message #196020 is a reply to message #196011] Wed, 11 July 2007 00:54 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Mauro Castaldo wrote:
> Is it possible to have code assist not add closing tag automatically in
> JSP pages for taglib tags (It's really boring having to delete manually
> every closing tag!)?
> If not, a good feature would be automatically delete closing tag if I
> change > into /> on the opening tag!

The end tags are added because the tag library descriptor (or tag
file) isn't declaring those tags as having a bodycontent type of
"EMPTY", and there's currently no way to change that other than
altering the descriptor itself.

--
Nitin Dahyabhai
Structured Source Editor


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:What populates ${project_loc}?
Next Topic:Publish on Server not usefull for dynamic web applcations
Goto Forum:
  


Current Time: Thu Apr 25 22:40:49 GMT 2024

Powered by FUDForum. Page generated in 0.03051 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top