示例#1
0
 public SpeedTypingTarget(CssSortPropertiesViewCreationListener componentContext, IVsTextView adapter, IWpfTextView textView)
 {
     this._dte = EditorExtensionsPackage.DTE;
     this._textView = textView;
     this._aggregator = componentContext.AggregatorService;
     this._broker = componentContext.CompletionBroker;
     this._QuickInfobroker = componentContext.QuickInfoBroker;
 }
示例#2
0
 public SpeedTypingTarget(CssSortPropertiesViewCreationListener componentContext, IVsTextView adapter, IWpfTextView textView)
 {
     this._dte             = EditorExtensionsPackage.DTE;
     this._textView        = textView;
     this._aggregator      = componentContext.AggregatorService;
     this._broker          = componentContext.CompletionBroker;
     this._QuickInfobroker = componentContext.QuickInfoBroker;
 }