提交 bdfe12d0 编写于 作者: S shyamn

Change "Preview Changes" and "Fix All Occurrences" to be implemented as...

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)
上级 40ae213c
......@@ -412,15 +412,6 @@ internal class WorkspacesResources {
}
}
/// <summary>
/// Looks up a localized string similar to Fix all occurrences.
/// </summary>
internal static string FixAllOccurrences {
get {
return ResourceManager.GetString("FixAllOccurrences", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Fix all &apos;{0}&apos;.
/// </summary>
......
......@@ -339,9 +339,6 @@
<data name="AddedHeader" xml:space="preserve">
<value>Added:</value>
</data>
<data name="FixAllOccurrences" xml:space="preserve">
<value>Fix all occurrences</value>
</data>
<data name="FixAllOccurrencesOfDiagnostic" xml:space="preserve">
<value>Fix all '{0}'</value>
</data>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册