What does PasteOperation insert?
I want to modify the pasted content in different ways like linking URLs, removing tabs, etc. However I've not found a way to get pasted content.
When listening to FlowOperationEvent.FLOW_OPERATION_END, I can retrieve PasteOperation and pasteOperation.absoluteStart but not the end of the pasted content. pasteOperation.absoluteEnd points to the end before the paste operation. PasteOperation._numCharsAdded looks promising but it's private.
Any ideas appreciated...
Marc
