Skip to content

Conversation

@niels9001
Copy link
Collaborator

@niels9001 niels9001 commented Nov 4, 2025

Summary of the Pull Request

Feedback from the design team:

  • Reduce any redundant or long text strings for better readability and localization
  • Verb + noun for most extensions
  • Sentence casing according to the Windows Writing Guidelines

PR Checklist

  • Closes: #xxx
  • Communication: I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
  • Localization: All end-user-facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

@michaeljolley michaeljolley added the Product-Command Palette Refers to the Command Palette utility label Nov 5, 2025
@niels9001 niels9001 marked this pull request as ready for review November 5, 2025 09:37
@niels9001 niels9001 added this to the PowerToys 0.96 milestone Nov 5, 2025
@jiripolasek
Copy link
Collaborator

@niels9001 I don't see any changes in the .designer.cs files generated for the .resx file (except the one from a066842). However, the corresponding changes should be committed for every RESX; otherwise, Visual Studio will regenerate them later and force them into other commits.

@niels9001
Copy link
Collaborator Author

@niels9001 I don't see any changes in the .designer.cs files generated for the .resx file (except the one from a066842). However, the corresponding changes should be committed for every RESX; otherwise, Visual Studio will regenerate them later and force them into other commits.

Oops, I was skipping those thinking those would were auto-generated. What's your suggestion I do :)?

@jiripolasek
Copy link
Collaborator

@niels9001 Open the files in big Visual Studio and open each modified .RESX file, or right-click on the file in the Solution Explorer and select "Run Custom Tool" from the context menu.

It can be also done by resgen CLI command, but there's caveat about visibility of the generated class (public vs internal) as resgen needs an explicit switch and I'm not sure if CmdPal is using one consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

In for .96 Product-Command Palette Refers to the Command Palette utility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants