コード例 #1
0
 public EditorCommandFilter(IIdeTracer tracer, IGoToStepDefinitionCommand goToStepDefinitionCommand, FormatTableCommand formatTableCommand, CommentUncommentCommand commentUncommentCommand, RenameCommand renameCommand)
 {
     this.goToStepDefinitionCommand = goToStepDefinitionCommand;
     this.formatTableCommand        = formatTableCommand;
     this.commentUncommentCommand   = commentUncommentCommand;
     this.renameCommand             = renameCommand;
     this.tracer = tracer;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
 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;
 }
コード例 #4
0
 public ContextDependentNavigationCommand(IServiceProvider serviceProvider, DTE dte, IGoToStepsCommand goToStepsCommand, IGoToStepDefinitionCommand goToStepDefinitionCommand) : base(serviceProvider, dte)
 {
     this.goToStepsCommand          = goToStepsCommand;
     this.goToStepDefinitionCommand = goToStepDefinitionCommand;
 }
 public ContextDependentNavigationCommand(IServiceProvider serviceProvider, DTE dte, IGoToStepsCommand goToStepsCommand, IGoToStepDefinitionCommand goToStepDefinitionCommand) : base(serviceProvider, dte)
 {
     this.goToStepsCommand = goToStepsCommand;
     this.goToStepDefinitionCommand = goToStepDefinitionCommand;
 }