From 6fc7412eaa45ddc7f5032f380bd94d24cbd3077b Mon Sep 17 00:00:00 2001 From: Tom Meschter Date: Mon, 23 Feb 2015 12:04:38 -0800 Subject: [PATCH 1/8] Rename "Open Rule Set" to "Open Active Rule Set" This makes it a little more clear which .ruleset file is going to be opened, and brings the text in line with other menu items such as "Set as Active Rule Set". --- src/VisualStudio/Setup/Commands.vsct | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VisualStudio/Setup/Commands.vsct b/src/VisualStudio/Setup/Commands.vsct index 5a7187560c121..1e457cb9207d1 100644 --- a/src/VisualStudio/Setup/Commands.vsct +++ b/src/VisualStudio/Setup/Commands.vsct @@ -193,10 +193,10 @@ From a00ad6c492ad542cb14528f81501d2f3a2951a49 Mon Sep 17 00:00:00 2001 From: Tom Meschter Date: Mon, 23 Feb 2015 14:06:31 -0800 Subject: [PATCH 2/8] Move severity menu items to a sub menu This commit moves the menu items to change a diagnostic's severity (Error, Warning, Info, etc.) off of the context menu and into a sub menu under "Set Rule Set Severity". This reduces clutter and makes it clearer what is going to be changed by selecting one of these. --- src/VisualStudio/Setup/Commands.vsct | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/src/VisualStudio/Setup/Commands.vsct b/src/VisualStudio/Setup/Commands.vsct index 1e457cb9207d1..7211a8290af6a 100644 --- a/src/VisualStudio/Setup/Commands.vsct +++ b/src/VisualStudio/Setup/Commands.vsct @@ -50,6 +50,10 @@ + + + + @@ -201,7 +205,7 @@