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); }