Bytes Per Line Limit

From wxHexEditor
Jump to navigation Jump to search

In normal operation, wxHexEditor adjust the byte count per line looking the window space dynamically.

But some users want to have exact byte count per line, like 16 or 32 generally.

With Bytes Per Line Limit feature, you can define the maximum byte per Hex line.

wxHexEditor render no more bytes for the if Bytes Per Line Limit is reached, even if there is a space for that and protect the data align.

Here is an example wxHexEditor window with Bytes Per Line Limit = 8 bytes.

Bytes Per Line Limit.png