Results 1 to 4 of 4

Thread: Looking for a decent Javascript editor

  1. #1
    Member Hardcore
    z_killemall's Avatar

    Join Date
    Dec 2006
    Location
    Montevideo, Uruguay
    Posts
    1,108

    Looking for a decent Javascript editor

    As the title says, I'm looking for a decent Javascript editor. Indentation fixing is a must-have, since I'm working on a horribly written script that has the contents of thousands of lines in a single line, and indenting it by myself would take forever :banghead:
    Any recommendations?

    Thanks in advance :thumbsup:

    "We have nothing to fear, but fear itself ... and the chupacabra! Madre de dios he'll kill us all!" -Max

  2. #2
    Conscript
    GrumpyRobot's Avatar

    Join Date
    Apr 2007
    Location
    Concrete Cow Meadow, UK
    Posts
    68
    Slick Edit has a code beautifiers which works with JavaScript. Though I have never tried it with JS, I have with C and it worked great.
    If all else fails Nuke it from Orbit.........

  3. #3
    Combat Soldier
    sonik's Avatar

    Join Date
    Mar 2004
    Location
    Brazil
    Posts
    514
    Blog Entries
    2
    To fix the existing code, you could try this Online Javascript Beautifier
    http://jsbeautifier.org/

  4. #4
    Member Hardcore
    z_killemall's Avatar

    Join Date
    Dec 2006
    Location
    Montevideo, Uruguay
    Posts
    1,108
    Quote Originally Posted by sonik
    To fix the existing code, you could try this Online Javascript Beautifier
    http://jsbeautifier.org/
    Thanks a lot man, it worked perfectly! :pray::pray::pray:

    Indenting the whole 6246 lines of Javascript by myself could have taken me ages!
    Last edited by z_killemall; 11-05-2009 at 01:36 AM.

    "We have nothing to fear, but fear itself ... and the chupacabra! Madre de dios he'll kill us all!" -Max

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •