ASPBeautify beautifies the source code of Active Server Pages and HTML Files.
Features are VBScript and HTML indention, automatic clipboard and multi file beautifying.
Simply copy the ASP-Sources from your editor into the clipboard, click on 'Beautify Clipboard' and paste the result back into your editor.
Can also be used to beautify simple HTML-files. Indention can be done using spaces or tabs.
---------------------------------------------------------------------------
Changes made from version 1.0 to 1.5
1 - File -> Exit works
2 - You can select multiple files when processing in batch mode
3 - Optimized code 50 to 85 percent faster
4 - Added progress bar showing status of each file being processed
5 - Added a JustOneSpace function. Converts lines like
{% If a = 'testing 1 2 3' then %}
to
{% If a = 'testing 1 2 3' then %}
The important thing here to note is spacing within quotes is preserved.