Posted by: ronburk
« on: September 02, 2006, 08:11:09 PM »
Right now, just the typical: "Save" button is enabled/disabled
to indicate whether there are unsaved changes in the
Editor Control.
I considered the "hook every dang thing" approach, but worried
I would miss some route to modifying the buffer. So now I poll
the p_modify flag with a timer (ugh). Hard to decide which evil
is lesser.
It seems very strange to have an on_change event for other
object times and not for the Editor Control.
On the bright side, I found there is an xml_mode() method
for Editor Controls, even though no such method appears in
the documentation.