コード例 #1
0
 public GherkinStepCompletionSource(ITextBuffer textBuffer, IGherkinProcessorServices gherkinProcessorServices)
 {
     this.textBuffer = textBuffer;
     this.gherkinProcessorServices = gherkinProcessorServices;
 }
コード例 #2
0
 public GherkinCompletionCommandFilter(IWpfTextView textView, ICompletionBroker broker, IGherkinProcessorServices gherkinProcessorServices) : base(textView, broker)
 {
     GherkinProcessorServices = gherkinProcessorServices;
 }