views:

422

answers:

3

Really surprised, Googling for a decent online code editor provided little results. Just wondering if anyone has any recommendations for an online code editor which is:

  • Good looking
  • Ideally jQuery
  • Uses a <textarea>
  • Highlighting for CSS
  • Has line numbers

So far the best I can find is:

http://codepress.sourceforge.net/

Thanks in advance

+8  A: 

i'm quite happy with codemirror

stereofrog
That was awesome!
fastcodejava
Wow, this is pretty impressive. How come I haven't heard of this yet?!
Josh Stodola
This looks very nice, thanks for the suggestion.
NPC
+1  A: 

https://bespin.mozillalabs.com/

I don't think it uses textarea, but this is one awesome online code editor imo.

UmYeah
Yeah I looked at this, looks hot. Unfortunately the HTML5 requirement won't fit with the browsers we need to support. Which is a damn shame.
Dave Quested
+1  A: 

Have a look at EditArea.

kuszi