for files in the recent open file list, the size in bytes only is specified
test.txt
Start: 59 B, End 98 B, Size 39 B
this is inconvenient if I open in hex mode, in the future it is impossible to understand where which open area is in hex
it's better this way:
test.txt
Start: 59 (0x3B) B, End 98 (0x62) B, Size 39 B
for files in the recent open file list, the size in bytes only is specified
test.txt Start: 59 B, End 98 B, Size 39 B
this is inconvenient if I open in hex mode, in the future it is impossible to understand where which open area is in hex it's better this way: test.txt Start: 59 (0x3B) B, End 98 (0x62) B, Size 39 B