Hi,
I have implemented a tagger for parse errors (based on CollectionTagger<ISquiggleTag>). I want the tagger to register an event handler, so he can refresh when some settings are changed. To remove the event handler I have overridden the method 'OnClosed', but this is never called.
I am curious since I never actually had to tell the editor to close, I just removed the control and that was it. And I didn't find any way to close the editor instance. How am I supposed to cleanup view based services like a tagger?
Alternatively I would have to refresh the tagger manually. How could I achieve that?
Best regards, Tobias Lingemann.