Index: src/DeltaShell/DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -rfa9b36343401d44cb6813d7871903782d0dedec9 --- src/DeltaShell/DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs (.../ProjectExplorerGuiPlugin.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs (.../ProjectExplorerGuiPlugin.cs) (revision fa9b36343401d44cb6813d7871903782d0dedec9) @@ -1,6 +1,7 @@ using System.Collections.Generic; using System.Drawing; using System.Linq; +using System.Windows.Forms; using DelftTools.Controls; using DelftTools.Shell.Core; using DelftTools.Shell.Gui; @@ -136,9 +137,9 @@ } /// - /// TODO: refactor it to IMenuItem + /// /// - public override IMenuItem GetContextMenu(object sender, object nodeTag) + public override ContextMenuStrip GetContextMenu(object sender, object nodeTag) { return ProjectExplorer != null ? ProjectExplorer.ProjectTreeView.GetContextMenu(nodeTag) : null; }