public EditorCommandFilter(IIdeTracer tracer, IGoToStepDefinitionCommand goToStepDefinitionCommand, DebugScenariosCommand debugScenariosCommand, RunScenariosCommand runScenariosCommand, FormatTableCommand formatTableCommand, CommentUncommentCommand commentUncommentCommand) { this.goToStepDefinitionCommand = goToStepDefinitionCommand; this.debugScenariosCommand = debugScenariosCommand; this.runScenariosCommand = runScenariosCommand; this.formatTableCommand = formatTableCommand; this.commentUncommentCommand = commentUncommentCommand; this.tracer = tracer; }
public EditorCommandFilter(IIdeTracer tracer, GoToStepDefinitionCommand goToStepDefinitionCommand, DebugScenariosCommand debugScenariosCommand, RunScenariosCommand runScenariosCommand, FormatTableCommand formatTableCommand, CommentUncommentCommand commentUncommentCommand) { this.goToStepDefinitionCommand = goToStepDefinitionCommand; this.debugScenariosCommand = debugScenariosCommand; this.runScenariosCommand = runScenariosCommand; this.formatTableCommand = formatTableCommand; this.commentUncommentCommand = commentUncommentCommand; this.tracer = tracer; }