Heiko
|
abc5c3e249
|
[RegistryPreview] Extended preview for value data (#37689)
<!-- Enter a brief description/summary of your PR here. What does it
fix/what does it change/how was it tested (even manually, if necessary)?
-->
## Summary of the Pull Request
Add a button to the data grid that shows a windows for complex value
preview.
### Screenshots
**Button**

**Context menu** (Usefull on long data, if button is scrolled out of
view.)

**Preview: REG_SZ**

**Preview: REG_MULTI_SZ**

**Preview: REG_EXPAND_SZ**

**Preview: REG_DWORD and REG_QWORD**

**Preview: REG_BINARY**


<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
- [x] **Closes:** #36877
- [x] **Communication:** I've discussed this with core contributors
already. If work hasn't been agreed, this work might be rejected
- [x] **Tests:** Added/updated and all pass
- [x] **Localization:** All end user facing strings can be localized =>
missing yet
- [ ] **Dev docs:** Added/updated
- [ ] **New binaries:** Added on the required places
- [ ] [JSON for
signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json)
for new binaries
- [ ] [WXS for
installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs)
for new binaries and localization folder
- [ ] [YML for CI
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml)
for new test projects
- [ ] [YML for signed
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml)
- [ ] **Documentation updated:** If checked, please file a pull request
on [our docs
repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys)
and link it here: #xxx
<!-- Provide a more detailed description of the PR, other things fixed
or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments
Additionally this PR updates the context menu for values.
<!-- Describe how you validated the behavior. Add automated tests
wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed
Tested code with a local build.
|
2025-06-13 18:08:01 +08:00 |
|
Heiko
|
d314fa075e
|
[RegPreview] Init with header and add NEW button (#37626)
* default value
* add new button
* fix tool tip
* update button symbol
* feedback changes
* spellcheck
|
2025-04-21 16:11:07 +08:00 |
|
Davide Giacometti
|
f9127b63a5
|
[RegistryPreview] Adopt Monaco Editor (#35122)
|
2024-10-24 21:55:51 +02:00 |
|
Jeremy Sinclair
|
37f2154c86
|
[Analyzers] Resolve StyleCop issues: SA1516 and SA1616 (#34853)
* [Analyzers][AdvancedPaste] Apply fix for SA1516
* [Analyzers][EnvironmentVariables] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Peek] Apply fix for SA1516
* [Analyzers][PreviewPane] Apply fix for SA1516
* [Analyzers][FancyZones] Apply fix for SA1516
* [Analyzers][PT Run][Plugins] Apply fix for SA1516
* [Analyzers][PT Run] Apply fix for SA1516
* [Analyzers][PT Run][Wox] Apply fix for SA1516
* [Analyzers][Common] Apply fix for SA1516
* [Analyzers][ImageResizer] Apply fix for SA1516
* [Analyzers][ColorPicker] Apply fix for SA1516
* [Analyzers][MouseUtils] Apply fix for SA1516
* [Analyzers][DSC Schema Generator] Apply fix for SA1516
* [Analyzers][FileLocksmith] Apply fix for SA1516
* [Analyzers][Hosts] Apply fix for SA1516
* [Analyzers][MeasureTool] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1516
* [Analyzers][TextExtractor] Apply fix for SA1516
* [Analyzers][Workspaces] Apply fix for SA1516
* [Analyzers][Awake] Apply fix for SA1516
* [Analyzers][PowerAccent] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Settings] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1616
|
2024-09-16 21:09:43 +01:00 |
|
Stefan Markovic
|
41a0114efe
|
[EnvVar][Hosts][RegPrev]Decouple and refactor to make it "packable" as nuget package (#32604)
* WIP Hosts - remove deps
* Add consumer app
* Move App and MainWindow to Consumer app. Make Hosts dll
* Try consume it
* Fix errors
* Make it work with custom build targets
* Dependency injection
Refactor
Explicit page creation
Wire missing dependencies
* Fix installer
* Remove unneeded stuff
* Fix build again
* Extract UI and logic from MainWindow to RegistryPreviewMainPage
* Convert to lib
Change namespace to RegistryPreviewUILib
Remove PT deps
* Add exe app and move App.xaml and MainWindow.xaml
* Consume the lib
* Update Hosts package creation
* Fix RegistryPreview package creation
* Rename RegistryPreviewUI back to RegistryPreview
* Back to consuming lib
* Ship icons and assets in nuget packages
* Rename to EnvironmentVariablesUILib and convert to lib
* Add app and consume
* Telemetry
* GPO
* nuget
* Rename HostsPackageConsumer to Hosts and Hosts lib to HostsUILib
* Assets cleanup
* nuget struct
* v0
* assets
* [Hosts] Re-add AppList to Lib Assets, [RegPrev] Copy lib assets to out dir
* Sign UI dlls
* Revert WinUIEx bump
* Cleanup
* Align deps
* version exception dll
* Fix RegistryPreview crashes
* XAML format
* XAML format 2
* Pack .pri files in lib/ dir
---------
Co-authored-by: Darshak Bhatti <dabhatti@microsoft.com>
|
2024-04-26 18:41:44 +01:00 |
|