
3 Mar
2009
3 Mar
'09
9:15 a.m.
Hello, The event DocumentContentChangedEvent includes only the start offset and the length of the deleted text. We will include also the deleted content in the event. Regards, Sorin Dylan Dawson wrote:
When overriding contentDeleted(DocumentContentChangedEvent arg0) in a custom implementation of the AuthorListener class, how is it possible to determine exactly what content was deleted?
It appears that this event fires after the content is deleted without giving the developer a chance to determine what is now missing.
Any suggestions?