
Hello, We added the method beforeContentDelete(AuthorDocumentChangedEvent) to interface AuthorListener. You can test it by downloading a new Author SDK and replacing [Oxygen10.1-folder]/lib/oxygen.jar with the file oxygen.jar included in the Author SDK: http://www.oxygenxml.com/update/10.1/oxygenAuthorSDK.zip As you will read in the API Javadoc of AuthorListener included in the SDK in your extension action you receive the notification beforeContentDelete(DocumentContentChangedEvent) followed by contentDeleted(DocumentContentChangedEvent). The parameter of beforeContentDelete contains the start offset and the length of the text that will be deleted. Regards, Sorin Sorin Ristache wrote:
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?