|
|
|
|
@ -293,7 +293,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -293,7 +293,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntryAttribute(Header = "_Remove", Icon = "images/Delete.png")] |
|
|
|
|
[ExportContextMenuEntry(Header = "_Remove", Icon = "images/Delete.png")] |
|
|
|
|
sealed class RemoveAssembly : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
|
@ -350,7 +350,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -350,7 +350,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = "_Load Dependencies")] |
|
|
|
|
[ExportContextMenuEntry(Header = "_Load Dependencies", Category = "Dependencies")] |
|
|
|
|
sealed class LoadDependencies : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
|
@ -381,7 +381,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -381,7 +381,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = "_Add To Main List")] |
|
|
|
|
[ExportContextMenuEntry(Header = "_Add To Main List", Category = "Dependencies")] |
|
|
|
|
sealed class AddToMainList : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
|
|