You can increase the maximum text string placed on the Windows Clipboard by adding the following registry key:
HKEY_CURRENT_USER\Software\BreakPoint\Hex Workshop <version>\Advanced\MaxClipboardHexText to DWORD FFFFFFFF (or something greater then FF/256).
- Using RegEdit, navigate to "HKEY_CURRENT_USER\Software\BreakPoint\Hex Workshop <version>\Advanced" where <version> is "6.7" for Hex Workshop v6.7.x or "v5.1" for Hex Workshop v5.1.x
- In the right-hand pane, right click and select "New\DWORD (32-bit) Value"
- Name the property "MaxClipboardHexText"
- Double-click on the new property, select, "Hexadecimal" as the base and enter FFFFFFFF as the Value Data (or something larger then FF/256)
This change will be applied on the next copy operation and does not require a restart of the application.