Forum Moderators: open

Message Too Old, No Replies

is there free ajax or js editor?

         

sabirien

1:44 am on Mar 21, 2009 (gmt 0)

10+ Year Member



Can anyone recommend free javascript code editor?

blang

3:06 am on Mar 21, 2009 (gmt 0)

10+ Year Member



Do you mean a "JavaScript IDE"? Although I've not used it, there is Aptana [aptana.com] (which I must confess I am downloading right now - there's also an Eclipse plugin).

Or do you just want one that can provide syntax highlighting, brace/bracket matching, auto-indent, etc?

I've used VIM for years on Linux (and Windows) for most coding tasks, especially "on-server" where I'm SSHed into the box. There are most certainly JS plugins for VIM.

On Windows I've used Notepad++ [notepad-plus.sourceforge.net] with good results (although I've relied on UltraEdit, which is no where near free).

My personal opinion, using a decent lightweight text editor with highlighting and brace/bracket matching along with your browser is all you need.

sabirien

11:16 pm on Mar 22, 2009 (gmt 0)

10+ Year Member



i want syntax highlighting, brace/bracket matching, auto-indent, etc

g1smd

11:55 pm on Mar 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Some clues over here too: [webmasterworld.com...]