Maybe you want a beautifier rtaher than an editor?
Like tidy: http://tidy.sourceforge.net/
It works for HTML and XML.  I haven't tried
using it for JSPs but I see some mention of
it in the discussion group.
- Dan

> -----Original Message-----
> From: dirk [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 22, 2004 4:27 AM
> To: Struts Users Mailing List
> Subject: editor
> 
> 
> Does anybody knows a good and free struts editor ? 
> Does anybody knows an editor that is able to make code more 
> readable, user friendlier...
> eg. formatting the following code:
> 
>  <tr><td>bla</td></tr>
> 
> into:
> <tr>
>     <td>
>           bla
>      </td>
> </tr>
> 
> Thanks !
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to