Is there a good in-browser code editor?

Posted by levik on Stack Overflow See other posts from Stack Overflow or by levik
Published on 2008-10-13T16:59:28Z Indexed on 2010/04/09 16:53 UTC
Read the original article Hit count: 172

Filed under:
|
|
|
|

We've all seen in-browser rich text editors, which allow you to edit colored/styled text in a WYSIWYG manner. But what about code editors, which automatically highlight code based on language rules as you type? Think Eclipse in a textarea (but without the refactoring support).

Do such things exist? I imagine scaling would be a problem - larger files would be difficult to edit efficiently.

© Stack Overflow or respective owner

Related posts about ide

Related posts about JavaScript