Menu

Is posible format source code?

2008-01-16
2012-11-13
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      Perhaps you will be helped by WinHighlight by André Simon.
      www.andre-simon.de

      It has some functionality to reformat code.

       
      • Nobody/Anonymous

        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

         
MongoDB Logo MongoDB