mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #449] [MERGED] Update of Registry Editor #1143
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/449
Author: @LjungErik
Created: 4/24/2016
Status: ✅ Merged
Merged: 4/24/2016
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (9)
df06fd2Code improvements and restructuring of 'FrmRegistryEditor'ac7a12fImproved code for 'FrmRegValueEditString'adfc051Improved and restructured 'FrmRegValueEditWord'c5ac31eImproved code for 'FrmRegValueEditMultiString'712700eSmall improvements to 'FrmRegValueEditBinary'55ca59fAdded functionalilty for editing Default Valueea25843Restructured the code in 'FrmRegValueEditBinary560aa1eFix problem with registry value sortingee2a7b4Fix spelling error📊 Changes
24 files changed (+881 additions, -966 deletions)
View changed files
📝
Client/Core/Commands/RegistryHandler.cs(+2 -1)📝
Client/Core/Helper/RegistryKeyHelper.cs(+44 -0)📝
Client/Core/Registry/RegistryEditor.cs(+3 -3)📝
Client/Core/Registry/RegistrySeeker.cs(+5 -4)📝
Server/Controls/RegistryValueLstItem.cs(+25 -40)➕
Server/Controls/WordTextBox.Designer.cs(+36 -0)➕
Server/Controls/WordTextBox.cs(+177 -0)📝
Server/Core/Commands/RegistryHandler.cs(+8 -8)📝
Server/Core/Extensions/RegistryKeyExtensions.cs(+3 -0)➕
Server/Core/Registry/RegValueHelper.cs(+22 -0)➕
Server/Core/Utilities/ByteConverter.cs(+136 -0)➕
Server/Enums/WordType.cs(+13 -0)📝
Server/Forms/FrmRegValueEditBinary.Designer.cs(+9 -29)📝
Server/Forms/FrmRegValueEditBinary.cs(+41 -138)📝
Server/Forms/FrmRegValueEditMultiString.Designer.cs(+10 -29)📝
Server/Forms/FrmRegValueEditMultiString.cs(+3 -49)📝
Server/Forms/FrmRegValueEditString.Designer.cs(+12 -29)📝
Server/Forms/FrmRegValueEditString.cs(+3 -15)📝
Server/Forms/FrmRegValueEditWord.Designer.cs(+30 -46)📝
Server/Forms/FrmRegValueEditWord.cs(+34 -155)...and 4 more files
📄 Description
Registry Editor - Update (#108)
This pull request contains a updated version of the registry editor that now fully supports default registry values, and also fixes a small issue with sorting of registry values.
Features within this pull request
(Default).Other changed included
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.