-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[RegistryPreview] Enhanced preview for value data #37689
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
src/modules/registrypreview/RegistryPreviewUILib/RegistryPreviewMainPage.DataPreview.cs
Outdated
Show resolved
Hide resolved
src/modules/registrypreview/RegistryPreviewUILib/RegistryPreviewMainPage.xaml
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@davidegiacometti, @niels9001 , @jaimecbernardo |
I found the reason and opened a PR to fix it and implement new features: hotkidfamily/HexBox.WinUI/pull/12 . (If the approval and merge needs to much time: Maybe we can implement the fixed version directly into our code or can provide our own nuget package.) And by the way, the control has a context menu that is currently not localized. |
Summary of the Pull Request
Add a button to the data grid that shows a windows for complex value preview.
Button

Preview: REG_SZ

Preview: REG_MULTI_SZ

Preview: REG_EXPAND_SZ

Preview: REG_DWORD and REG_QWORD

Preview: REG_BINARY
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed