File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 15
15
using Rubberduck . Navigation . CodeExplorer ;
16
16
using Rubberduck . Parsing ;
17
17
using Rubberduck . Parsing . VBA ;
18
+ using Rubberduck . Refactorings . Rename ;
18
19
using Rubberduck . Settings ;
19
20
using Rubberduck . SmartIndenter ;
20
21
using Rubberduck . SourceControl ;
21
22
using Rubberduck . UI ;
22
23
using Rubberduck . UI . CodeExplorer ;
24
+ using Rubberduck . UI . CodeExplorer . Commands ;
23
25
using Rubberduck . UI . CodeInspections ;
24
26
using Rubberduck . UI . Command ;
25
27
using Rubberduck . UI . Command . MenuItems ;
26
28
using Rubberduck . UI . Command . MenuItems . ParentMenus ;
27
29
using Rubberduck . UI . Command . Refactorings ;
28
30
using Rubberduck . UI . Controls ;
31
+ using Rubberduck . UI . Refactorings ;
29
32
using Rubberduck . UI . SourceControl ;
30
33
using Rubberduck . UI . ToDoItems ;
31
34
using Rubberduck . UI . UnitTesting ;
@@ -81,6 +84,8 @@ public override void Load()
81
84
82
85
BindCommandsToMenuItems ( ) ;
83
86
BindCommandsToCodeExplorer ( ) ;
87
+
88
+ Bind < IRenameView > ( ) . To < RenameDialog > ( ) . WhenInjectedInto < CodeExplorer_RenameCommand > ( ) ;
84
89
85
90
Rebind < IIndenter > ( ) . To < Indenter > ( ) . InSingletonScope ( ) ;
86
91
Rebind < IIndenterSettings > ( ) . To < IndenterSettings > ( ) ;
You can’t perform that action at this time.
0 commit comments