Hey all,
i'm in search of a * GOOD * xhtml indenter that's to say indenting like :
<a href="..." onclick="..."><img src="..." alt="..." title="..."/></a>
and not (* BADLY *) like :
<a href="..."> <img src="..." .../> </a>
because in that case blank spaces are added ...
if it doesn't exists, is it simple to write a "snippet" (never done) ?
best
Yvon
On 28/7/2006, at 10:48, Yvon Thoraval wrote:
[...] if it doesn't exists, is it simple to write a "snippet" (never done) ?
You would need to write a command (script).
If you can formalize exactly how it should indent, it’s fairly easy to write the script based on that ;)