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

Include option to insert GUID in uppercase #6

Closed
101100 opened this issue Jun 26, 2017 · 1 comment
Closed

Include option to insert GUID in uppercase #6

101100 opened this issue Jun 26, 2017 · 1 comment

Comments

@101100
Copy link
Contributor

101100 commented Jun 26, 2017

Would you accept a PR to add an option to include the GUID in uppercase? I would do that for both the bare and brace formats, so the menu would be:

6b9937c1-f090-4a33-bdd6-f5e6ef54c41b
6B9937C1-F090-4A33-BDD6-F5E6EF54C41B
{6b9937c1-f090-4a33-bdd6-f5e6ef54c41b}
{6B9937C1-F090-4A33-BDD6-F5E6EF54C41B}
static const struct GUID __NAME__ = {0x6b9937c1, 0xf090, 0x4a33, {0xbd, 0xd6, 0xf5, 0xe6, 0xef...
DEFINE_GUID(__NAME__, 0x6b9937c1, 0xf090, 0x4a33, 0xbd, 0xd6, 0xf5, 0xe6, 0xef, 0x54, 0xc4, 0x1b);
@heaths
Copy link
Owner

heaths commented Jun 26, 2017

It had crossed my mind, but I was trying to think of another way to do it, like user preference or secondary menu. Nothing sounded good. Just putting them in there would be fine, but please retain the existing order if people have gotten used to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants