@@ -38,28 +38,23 @@ protected override void Dispose(bool disposing)
3838 protected void InitializeContextMenu ( )
3939 {
4040 ContextMenuStrip = new ContextMenuStrip ( ) ;
41- ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "&Goto Position Or Line" , PluginBase . MainForm . FindImage ( "67" ) ,
42- OnGotoLineOrPosition )
41+ ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "&Goto Position Or Line" , PluginBase . MainForm . FindImage ( "67" ) , OnGotoLineOrPosition )
4342 {
4443 ShortcutKeyDisplayString = "G"
4544 } ) ;
46- ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in Quick &Outline" ,
47- PluginBase . MainForm . FindImage ( "315|16|0|0" ) , OnShowInQuickOutline )
45+ ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in Quick &Outline" , PluginBase . MainForm . FindImage ( "315|16|0|0" ) , OnShowInQuickOutline )
4846 {
4947 ShortcutKeyDisplayString = "O"
5048 } ) ;
51- ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &Class Hierarchy" ,
52- PluginBase . MainForm . FindImage ( "99|16|0|0" ) , OnShowInClassHierarchy )
49+ ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &Class Hierarchy" , PluginBase . MainForm . FindImage ( "99|16|0|0" ) , OnShowInClassHierarchy )
5350 {
5451 ShortcutKeyDisplayString = "C"
5552 } ) ;
56- ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &Project Manager" , PluginBase . MainForm . FindImage ( "274" ) ,
57- OnShowInProjectManager )
53+ ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &Project Manager" , PluginBase . MainForm . FindImage ( "274" ) , OnShowInProjectManager )
5854 {
5955 ShortcutKeyDisplayString = "P"
6056 } ) ;
61- ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &File Explorer" , PluginBase . MainForm . FindImage ( "209" ) ,
62- OnShowInFileExplorer )
57+ ContextMenuStrip . Items . Add ( new ToolStripMenuItem ( "Show in &File Explorer" , PluginBase . MainForm . FindImage ( "209" ) , OnShowInFileExplorer )
6358 {
6459 ShortcutKeyDisplayString = "F"
6560 } ) ;
0 commit comments