public IMouseProcessor GetAssociatedProcessor(IWpfTextView textView)
 {
     return(StructureAdornmentManager.Create(textView, this));
 }
 public void TextViewCreated(IWpfTextView textView)
 {
     StructureAdornmentManager.Create(textView, this);
 }