is there any web editor that actually handles tab input key? By actually handles I mean it doesn't insert 4 blank spaces, or just ignore it.
I need it to type source code in it, so the tab key must behave nicely. I also need to add basic functionalities, such as bold and italic. I have tried all the big ones (TinyMCE, CKEditor, YUI Rich Editor, etc), but none of them seems to handle tab properly. I think this is browser issues...
Thank you.
http://writecodeonline.com/php/ does it...
It's also easy to implement on your own site. If you need to type source code, that is a really nice one.
I used the setup he uses too in a similar way to be able to edit php content in my cms system.