From bdfe12d0c0222f9a9be5bba6e2e93af81b4ca682 Mon Sep 17 00:00:00 2001 From: shyamn Date: Wed, 7 Jan 2015 14:58:46 -0800 Subject: [PATCH] Change "Preview Changes" and "Fix All Occurrences" to be implemented as 'flavored' actions and remove the custom support that we had implemented for invoking these actions via the light bulb preview pane. (changeset 1393815) --- .../Core/Portable/WorkspacesResources.Designer.cs | 9 --------- Src/Workspaces/Core/Portable/WorkspacesResources.resx | 3 --- 2 files changed, 12 deletions(-) diff --git a/Src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs b/Src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs index ce235c4bd63..1765d0ec7e6 100644 --- a/Src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs +++ b/Src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs @@ -412,15 +412,6 @@ internal class WorkspacesResources { } } - /// - /// Looks up a localized string similar to Fix all occurrences. - /// - internal static string FixAllOccurrences { - get { - return ResourceManager.GetString("FixAllOccurrences", resourceCulture); - } - } - /// /// Looks up a localized string similar to Fix all '{0}'. /// diff --git a/Src/Workspaces/Core/Portable/WorkspacesResources.resx b/Src/Workspaces/Core/Portable/WorkspacesResources.resx index 3158ef373f0..aac47e21ce0 100644 --- a/Src/Workspaces/Core/Portable/WorkspacesResources.resx +++ b/Src/Workspaces/Core/Portable/WorkspacesResources.resx @@ -339,9 +339,6 @@ Added: - - Fix all occurrences - Fix all '{0}' -- GitLab