Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility fixes for Naming Styles #17973

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

@dpoeschl dpoeschl added Area-IDE Tenet-User Friendly Accessibility-related functionality is broken (e.g. high-DPI, key mnemonics, screen reader, etc.) labels Mar 19, 2017
@dpoeschl
Copy link
Contributor Author

Tagging for review @dotnet/roslyn-ide

<value>Add a naming rule.</value>
</data>
<data name="Remove_naming_rule" xml:space="preserve">
<value>Remove naming rule.</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are all the trailing periods intentional/desirable here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I completely don't care. It doesn't change how anything gets read.

@@ -24,6 +24,11 @@ internal partial class NamingStyleOptionPageControl : AbstractOptionPageControl
public static string RequiredStyleHeader => ServicesVSResources.Required_Style;
public static string SeverityHeader => ServicesVSResources.Severity;
public static string ExplanatoryText => ServicesVSResources.For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_applied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Severity_level;
public static string AddRuleAutomationText => ServicesVSResources.Add_a_naming_rule;
public static string RemoveAutomationText => ServicesVSResources.Remove_naming_rule;
public static string SymbolSpecification => ServicesVSResources.Symbol_Specification;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the last tree also AutomationText?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix up the naming

@dpoeschl dpoeschl merged commit 3ae7466 into dotnet:master Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE cla-already-signed Tenet-User Friendly Accessibility-related functionality is broken (e.g. high-DPI, key mnemonics, screen reader, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants