ASP/HTML/Script reformatter ?
I'm working with an ASP page made by someone else, there are no indentations at all, and it is VERY difficult to figure out where stuff starts and ends... I need to reformat the code, but the file is big (~ 80 KBytes), it will take me a very long time to reformat everything...
Is there any free (or open source) reformatter for ASP/HTML/Java script/VB Script (basically anything that goes in an .asp file I want to reformat) ?
Re: ASP/HTML/Script reformatter ?
For a partial solution.. Static has written a VB addin (StaticTools, updated/re-posted in the last week or two) which does indenting of VB code.
Re: ASP/HTML/Script reformatter ?
There are only a few VB lines... I can reformat them by hand, but I mostly need it for HTML code, and javascript code...
Re: ASP/HTML/Script reformatter ?
Try the Text Reformatter
Or you could try dumping all the matter into a HTML editor like NVU and see if it helps.
Or try formatting it in MS FrontPage. :bigyello:
Re: ASP/HTML/Script reformatter ?
The one i use is notepad++
http://notepad-plus.sourceforge.net/uk/site.htm
Free and open source and supports all the languages you need.