Works great! One question.
I use A1O-SEO to create menu titles which are shorter than the full post titles. (Using Thematic and not using WP 3.0 menus.)
When I activate title editing, the full titles appear in the menu bar.
Has there been a method identified to "disqualify" a menu div from manipulation by FEE?
http://wordpress.org/extend/plugins/front-end-editor/
You can do something like this in your theme:
add_filter( 'front_end_editor_allow_post', '__return_false' );
// code that displays the menu
remove_filter( 'front_end_editor_allow_post', '__return_false' );
Great!
I'm using Thematic, so I'll take this to their forums to fill in the "code that displays the menu"
Thanks for stewarding this plugin through the continuing evolution of WordPress.