예제 #1
0
 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;
 }
 public ContextDependentNavigationCommand(IServiceProvider serviceProvider, DTE dte, GoToStepsCommand goToStepsCommand, GoToStepDefinitionCommand goToStepDefinitionCommand) : base(serviceProvider, dte)
 {
     this.goToStepsCommand = goToStepsCommand;
     this.goToStepDefinitionCommand = goToStepDefinitionCommand;
 }
예제 #3
0
 public ContextDependentNavigationCommand(IServiceProvider serviceProvider, DTE dte, GoToStepsCommand goToStepsCommand, GoToStepDefinitionCommand goToStepDefinitionCommand) : base(serviceProvider, dte)
 {
     this.goToStepsCommand          = goToStepsCommand;
     this.goToStepDefinitionCommand = goToStepDefinitionCommand;
 }