public TextPasteHandlerWrapper(Mono.TextEditor.TextEditorData data, MonoDevelop.Ide.Editor.Extension.TextPasteHandler textPasteHandler)
 {
     this.data             = data;
     this.textPasteHandler = textPasteHandler;
     data.Paste           += HandlePaste;
 }
		public TextPasteHandlerWrapper (Mono.TextEditor.TextEditorData data, MonoDevelop.Ide.Editor.Extension.TextPasteHandler textPasteHandler)
		{
			this.data = data;
			this.textPasteHandler = textPasteHandler;
			data.Paste += HandlePaste;
		}