Difference between revisions of "Bytes Per Line Limit"
Jump to navigation
Jump to search
m (EUA moved page Byte Per Line Limit to Bytes Per Line Limit without leaving a redirect) |
|||
Line 3: | Line 3: | ||
But some users want to have exact byte count per line, like 16 or 32 generally. | But some users want to have exact byte count per line, like 16 or 32 generally. | ||
− | With | + | With Bytes Per Line Limit feature, you can define the maximum byte per Hex line. |
− | wxHexEditor render no more bytes for the if ''' | + | 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. | ||
+ | |||
+ | [[File:Bytes_Per_Line_Limit.png]] |
Latest revision as of 15:53, 22 February 2014
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.