We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35afc8d commit 852b9aeCopy full SHA for 852b9ae
Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml
@@ -193,6 +193,14 @@
193
<Image Height="16" Source="{StaticResource AddUserFormImage}" />
194
</MenuItem.Icon>
195
</MenuItem>
196
+ <Separator />
197
+ <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddPredeclaredClassModuleText}"
198
+ Command="{Binding AddPredeclaredClassModuleCommand}"
199
+ CommandParameter="{Binding SelectedItem}">
200
+ <MenuItem.Icon>
201
+ <Image Height="16" Source="{StaticResource AddClassModuleImage}" />
202
+ </MenuItem.Icon>
203
+ </MenuItem>
204
205
<MenuItem Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=Find}">
206
<MenuItem.Icon>
0 commit comments