示例#1
0
 public EditorCommandFilter(IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(languageService, textView);
 }
示例#2
0
 public EditorCommandFilter(IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(languageService, textView);
 }
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
     tracer = languageService.ProjectScope.Tracer;
 }
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
 }
示例#5
0
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
 }