|
|
|
@ -18,7 +18,7 @@
@@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.ComponentModel.Composition; |
|
|
|
|
using System.Composition; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Threading.Tasks; |
|
|
|
@ -580,7 +580,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -580,7 +580,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._Remove), Icon = "images/Delete")] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class RemoveAssembly : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
@ -607,7 +607,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -607,7 +607,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._Reload), Icon = "images/Refresh")] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class ReloadAssembly : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
@ -642,7 +642,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -642,7 +642,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._LoadDependencies), Category = nameof(Resources.Dependencies))] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class LoadDependencies : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
@ -682,7 +682,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -682,7 +682,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._AddMainList), Category = nameof(Resources.Dependencies))] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class AddToMainList : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
@ -717,7 +717,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -717,7 +717,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._OpenContainingFolder), Category = nameof(Resources.Shell))] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class OpenContainingFolder : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
@ -770,7 +770,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -770,7 +770,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[ExportContextMenuEntry(Header = nameof(Resources._OpenCommandLineHere), Category = nameof(Resources.Shell))] |
|
|
|
|
[PartCreationPolicy(CreationPolicy.Shared)] |
|
|
|
|
[Shared] |
|
|
|
|
sealed class OpenCmdHere : IContextMenuEntry |
|
|
|
|
{ |
|
|
|
|
public bool IsVisible(TextViewContext context) |
|
|
|
|