Hi, I'm still rather new to jQuery, so I'm not 100% sure how to acomplish this.
I'm trying to make a custom text box (note: not an RTE) for syntax highlighting, but I can't quite find out how to do it, exactly.
I've looked over all the current jQuery plugins for syntax highlighting, and none of them really have the feature list I need, or they don't highlight the code dynamically (while your typing).
So, how exactly would I go about creating this text box?
I can (probably) figure out the syntax highlighting and line numbers myself, but making the actual box evades me entirely.
Only needs to support the same browsers jQuery supports.
Thanks for any help,
Alexander.