Exemplo n.º 1
0
 public EditorCommandFilter(IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(languageService, textView);
 }
Exemplo n.º 2
0
 public EditorCommandFilter(IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(languageService, textView);
 }
Exemplo n.º 3
0
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
     tracer = languageService.ProjectScope.Tracer;
 }
Exemplo n.º 4
0
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
 }
Exemplo n.º 5
0
 public EditorCommandFilter(IObjectContainer container, IWpfTextView textView, GherkinLanguageService languageService)
 {
     editorCommands = new EditorCommands(container, languageService, textView);
 }