I have a source code like this
function aFunction(){var b=0;//var descriptions var a;..... etc etc
I would like format this code, beacuse it has 3000 lines....
Can anybody help me please? I use Notepad ++ too.
Thank you very much.
Perhaps you will be helped by WinHighlight by André Simon. www.andre-simon.de
It has some functionality to reformat code.
A small on-line test resulted in this code, which I think is correct:
function aFunction() { var b=0;//var descriptions var a;..... etc etc
You can try yourself via the web-form: http://www.andre-simon.de/doku/highlight/en/highlight_demo.html
I have a source code like this
function aFunction(){var b=0;//var descriptions var a;..... etc etc
I would like format this code, beacuse it has 3000 lines....
Can anybody help me please?
I use Notepad ++ too.
Thank you very much.
Perhaps you will be helped by WinHighlight by André Simon.
www.andre-simon.de
It has some functionality to reformat code.
A small on-line test resulted in this code, which I think is correct:
function aFunction()
{
var b=0;//var descriptions var a;..... etc etc
You can try yourself via the web-form:
http://www.andre-simon.de/doku/highlight/en/highlight_demo.html