No room for the whole string, I suppose.

Of course, if you scroll down, at 10000 the unit digit disappears, then, at 100000, the tenth digit dissapears and so on.
Exactly. Doesn't making the window wider "fix" the issue?No room for the whole string, I suppose.
I'm not seeing it on my PC. What you call ByteByByto, it's the one with "Use fast byte-by-byte comparison" option enabled, right? If so, there are no differences in status bars based on this flag.Why are the status bars different?
Not sure. Please make the window/pane bigger to see.What does it mean the '\' in case of binary?
Because selection can be large?Why so much room for "Selection:"?
We don't have any options for status bar panes, and unlikely to have in future.What about an option to show or hide the file date and time?
...Except the differences you see in my screenshots in the space for the offset and, consequently, in that for the "Value".there are no differences in status bars based on this flag.
Quite trivial, sorry: it's the left wing of the 'V' of "Value", not a backslash!What does it mean the '\' in case of binary?
And so does the offset.Because selection can be large?
0x... format is a way to show hex numbers (unless I misunderstood). Dynamically resizing status bar panes is already done when the main window is resized. Resizing panes based on the cursor position or selection change is too much, not only from the programing point but from the usability.As a partial fix I can suggest removing the leading zeros (see below) and dynamically resize the status bar panes in a more effective way.
This implies dynamic rebuilding of status bar panes.You can also completely leave out the "Value" field when the cursor is in the hex part of the pane, since the hex value under the cursor is obvious.
There's no special handling of status bar panes based on the "Use fast byte-by-byte comparison" option. Are we talking about the same thing? Because this mode is still in binary comparison, and you make it sound as if "byte-by-byte" is not.And also, to be very picky, use the same status bar format for binary and byte-by-byte.
Sure, but 0x0000000C is exactly the same as 0xC but the latter is by far more compact and, at least so long as the number can be printed in the available space, more meaningful than, say, "0x00".0x... format is a way to show hex numbers
I can easily understand the programming point, but I don't see any problem of usability. (Just my opinion, of course.)Resizing panes based on the cursor position or selection change is too much, not only from the programing point but from the usability.
You already said this, but don't you see that the status bar are different between the two modes?There's no special handling of status bar panes based on the "Use fast byte-by-byte comparison" option.