I'm just wondering if there is any TinyMCE-like editors that supports code hinting?
I am using CMS Made Simple, and really need code hinting, which would make it much faster for me to edit pages. And maby something like auto-completion of html tags.
Auto-completion : If I eg. write "<div>" I would want the editor to automatically add a "</div>" behind that. And like that for every other tag, that needs an end-tag.
Code hinting: If I eg. write "<" it would make a drop-down list with all the regular html tags (including "?php" aso.) and if I then add a "d" to that, It filters the list down to every tag that starts with "<d".
Bookmarks