Click to See Complete Forum and Search --> : Formatting JavaScript source
eight
07-12-2003, 06:39 AM
I'm looking for a tool that is able to format some javascript source code and make it readable. I know about some tool called ECMAScript Source Code Formatter but that costs $50, and I would only have to use it once or twice. :(
Please tell me how you have solved similar problems.
Thank you.
Khalid Ali
07-12-2003, 10:31 AM
what do you mean by formatting,If I understand you correctly then how come you can not add indetnts to your code by your self????
eight
07-12-2003, 12:50 PM
if the code is over 1000 lines it is very timeconsuming to add indents to it and add line brakes to it.
fla5hba5h
07-12-2003, 01:36 PM
Google search for something.
Jeff Mott
07-12-2003, 06:20 PM
I came across JavaScript Code Improver (http://www.jcay.com/javascript-code-improver.html). I cannot say if it is the best choice for its purpose or not, but it is freeware and does the job.