RichTextCtrl as a html editor

Has anyone thought of using python and a modified RichTextCtrl as a
replacement for Dreamweaver? Someone (possibly me when I get some of
my other projects out the way) could quite easily modify the
RichTextCtrl and turn it into a very good html editor, much of the
functionality seems to be already implemented except upon initial
inspection it does not seem to support opening html files.

Because you can use wxPython, you can make it edit and render
templating files for the popular python web frameworks including Mako,
Genshi, Cheetah and others, which would speed up web development in
python on the templating side and you still have the rapid development
features of python for development of the editor!

ยทยทยท

--
Thanks, Richie Ward