mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #427] [MERGED] Fix bug with RegistryEditor not working in Release build #1136
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#1136
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/427
Author: @LjungErik
Created: 3/15/2016
Status: ✅ Merged
Merged: 3/17/2016
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (10+)
c47aa5fFix error handling of registry key delete44575b9Changed threading of registrySeeker and refactor codef4378aeRemoved unnecessary functions from RegValueData.cs5e3e097Changed RegSeekerMatch.cs to use an Array instead of a Listfd202b3Removed unused using of xServer.Core.Extensionsf14f38bAdded Registry namespace as a exception to Renamer8c5ace8Changed error messages to better state the causea1f4f19Refactored parts of the modified code.2871015Fixed bug with RegistryEditor not working correctly in 64-bit systems6492b27Added better title for RegistryEditor and corrected its default size📊 Changes
19 files changed (+222 additions, -454 deletions)
View changed files
📝
Client/Client.csproj(+0 -2)📝
Client/Core/Commands/CommandHandler.cs(+0 -1)📝
Client/Core/Commands/RegistryHandler.cs(+16 -26)📝
Client/Core/Extensions/RegistryKeyExtensions.cs(+1 -45)📝
Client/Core/Packets/ClientPackets/GetRegistryKeysResponse.cs(+3 -10)📝
Client/Core/Registry/RegSeekerMatch.cs(+3 -4)📝
Client/Core/Registry/RegValueData.cs(+1 -12)📝
Client/Core/Registry/RegistryEditor.cs(+17 -17)📝
Client/Core/Registry/RegistrySeeker.cs(+84 -191)➖
Client/Core/Registry/RegistrySeekerParams.cs(+0 -32)➖
Client/Enums/RegistrySearchAction.cs(+0 -30)📝
Server/Core/Build/Renamer.cs(+2 -1)📝
Server/Core/Commands/RegistryHandler.cs(+19 -9)📝
Server/Core/Packets/ClientPackets/GetRegistryKeysResponse.cs(+3 -10)📝
Server/Core/Registry/RegSeekerMatch.cs(+3 -4)📝
Server/Core/Registry/RegValueData.cs(+1 -12)📝
Server/Forms/FrmRegistryEditor.Designer.cs(+12 -12)📝
Server/Forms/FrmRegistryEditor.cs(+55 -34)📝
Server/Forms/FrmRegistryEditor.resx(+2 -2)📄 Description
This pull requests contains a fix to the
RegistryEditornot working in Release (issue:#425, #426), and also a fix to a delete bug for registry keys. Besides this some refactoring of the code has been made to make it more readable.Changes made:
Edit:
RegistryEditornot working probably on 64-bit systems🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.