public RainbowToolTipSource(ITextBuffer textBuffer, RainbowToolTipSourceProvider provider)
 {
     this.textBuffer = textBuffer;
     this.provider   = provider;
 }
Example #2
0
 public RainbowToolTipSource(ITextBuffer textBuffer, RainbowToolTipSourceProvider provider)
 {
     this.textBuffer = textBuffer;
       this.provider = provider;
 }