I’m trying to find some jQuery/JavaScript wysiwyg editors that are simply made specifically for editing raw code. Don’t need any formatting and needs to only accept plain text.
The most important feature is to have line numbers, It would be even good if it colors the code in real time.
Light weight solutions are always preferred.
CodeMirror does this and is very good. Here’s a demo with line numbers.