Programatix.Spooksoft.HexEditor
1.0.3.5
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package Programatix.Spooksoft.HexEditor --version 1.0.3.5
NuGet\Install-Package Programatix.Spooksoft.HexEditor -Version 1.0.3.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Programatix.Spooksoft.HexEditor" Version="1.0.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Programatix.Spooksoft.HexEditor" Version="1.0.3.5" />
<PackageReference Include="Programatix.Spooksoft.HexEditor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Programatix.Spooksoft.HexEditor --version 1.0.3.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Programatix.Spooksoft.HexEditor, 1.0.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Programatix.Spooksoft.HexEditor@1.0.3.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Programatix.Spooksoft.HexEditor&version=1.0.3.5
#tool nuget:?package=Programatix.Spooksoft.HexEditor&version=1.0.3.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Spooksoft.HexEditor
A performant and elegant hexeditor control for WPF
Added Features
- Toggle appending functionality using the
AllowAppendDocumentproperty. - Control the visibility of the footer with the
IsShowFooterproperty. - Automatically refresh the control when loading data through the
LoadStreammethod in theByteContainerclass.
To Do
- Implement Ctrl+C to copy the selected bytes or string to the clipboard.
- Currently, Ctrl+C copies the selected bytes regardless of whether the focus is on the hex or text section.
- Implement the Delete and Backspace keys to set the selected bytes to
0x00when theAllowAppendDocumentproperty is set tofalse.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed last byte not updatable when `AllowAppendDocument` is `false`.
- Added a trigger to `Changed` in `LoadFromStream`.