Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » HTML Edit auto format
HTML Edit auto format [message #178746] Fri, 08 September 2006 02:47
Eclipse UserFriend
Originally posted by: david.xxx.com

Dose HTML editor do auto-format? Such as auto indent? I can see XML editor
did great but not HTML

I am working with Tapestry


<form jwcid="stockQuoteForm">
<input type="text" jwcid="stockId"/>
<input type="submit" value="OK"/>
</form>

When a "format" the above HTML fragment, it became:
<form jwcid="stockQuoteForm"><input type="text" jwcid="stockId" />
<input type="submit" value="OK" /></form>
Previous Topic:Webapp libraries info stored in Workspace?
Next Topic:WST 1.5.0 with Maven 2.0 dependencies running on Tomcat
Goto Forum:
  


Current Time: Fri Apr 19 18:23:59 GMT 2024

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

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

Back to the top