Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there some sort of textarea control equivalent that will properly color syntax as its entered on a webpage, similar to Visual Studio or Eclipse?

I'm not looking for an editor like fckedit, i only need it for presentation purposes (coloring on the fly). I'd like for this to highlight/color HTML, javascript, and vbscript

share|improve this question
What kind of coloring? – Deniz Dogan Oct 1 '09 at 18:54

3 Answers

Comparison of JavaScript-based source code editors at Wikipedia.

share|improve this answer
thanks for the link! – vurquee Oct 7 '12 at 17:09
up vote 4 down vote accepted

What i was looking for was Codepress. It supports most of the languages i was looking to highlight.

share|improve this answer

Gotta go with Bespin by Mozilla. It's built using HTML5 features (so it's quick and fast, but doesn't support legacy browsers though), but definitely amazing to use and beats everything I've come across - probably beacause it's Mozilla backing it, and they develop Firefox so yeah... There's also a jQuery Plugin which contains a extension for it to make it a bit easier to use with jQuery.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.