Hi apljdi,
It seems not work in my plugin, when I want to switch the editor from HTML to VISUAL, there is an error. And I’m sure I have invoked the functions as:
add_action('admin_head',array(&$this, 'enqueue_editor_head'));
add_action('admin_menu',array(&$this, 'the_editor_enqueu'));
And my another question is how to invoke the WP editor in a template (or public pages not admin page)