Programatix.Spooksoft.HexEditor 1.0.3.5

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" />
                    
Directory.Packages.props
<PackageReference Include="Programatix.Spooksoft.HexEditor" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Programatix.Spooksoft.HexEditor&version=1.0.3.5
                    
Install as a Cake Tool

Spooksoft.HexEditor

A performant and elegant hexeditor control for WPF

Added Features

  • Toggle appending functionality using the AllowAppendDocument property.
  • Control the visibility of the footer with the IsShowFooter property.
  • Automatically refresh the control when loading data through the LoadStream method in the ByteContainer class.

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 0x00 when the AllowAppendDocument property is set to false.
Product 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.

Version Downloads Last Updated
1.0.3.5 185 9/28/2025
1.0.3.4 210 2/12/2025
1.0.3.3 148 12/29/2024

- Fixed last byte not updatable when `AllowAppendDocument` is `false`.
- Added a trigger to `Changed` in `LoadFromStream`.