Beispiel #1
0
 public PlainTextCompletionCommandHandler(
     PlainTextCompletionHandlerProvider provider,
     IVsTextView viewAdapter,
     ITextView textView)
 {
     this.provider = provider;
     this.textView = textView;
     //add the command to the command chain
     viewAdapter.AddCommandFilter(this, out nextCommandHandler);
 }
 public PlainTextCompletionCommandHandler(
     PlainTextCompletionHandlerProvider provider,
     IVsTextView viewAdapter,
     ITextView textView)
 {
     this.provider = provider;
       this.textView = textView;
       //add the command to the command chain
       viewAdapter.AddCommandFilter(this, out nextCommandHandler);
 }