File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ public override void Load()
139
139
. WhenInjectedInto < ToDoExplorerCommand > ( )
140
140
. InSingletonScope ( ) ;
141
141
142
+ Bind < IAssignedByValParameterQuickFixDialogFactory > ( ) . To < AssignedByValParameterQuickFixDialogFactory > ( )
143
+ . WhenInjectedInto < AssignedByValParameterInspection > ( ) ;
144
+
142
145
BindDockableToolwindows ( ) ;
143
146
BindCommandsToCodeExplorer ( ) ;
144
147
ConfigureRubberduckCommandBar ( ) ;
@@ -150,6 +153,7 @@ public override void Load()
150
153
151
154
BindWindowsHooks ( ) ;
152
155
156
+
153
157
}
154
158
155
159
private void BindDockableToolwindows ( )
@@ -429,10 +433,6 @@ private IEnumerable<ICommandMenuItem> GetRubberduckCommandBarItems()
429
433
430
434
private IEnumerable < IMenuItem > GetRubberduckMenuItems ( )
431
435
{
432
- //This bind needs to occur before the the new array is built by the function calls
433
- Bind < IAssignedByValParameterQuickFixDialogFactory > ( ) . To < AssignedByValParameterQuickFixDialogFactory > ( )
434
- . WhenInjectedInto < AssignedByValParameterInspection > ( ) ;
435
-
436
436
return new [ ]
437
437
{
438
438
KernelInstance . Get < AboutCommandMenuItem > ( ) ,
You can’t perform that action at this time.
0 commit comments