chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
825 stars 156 forks source link

A BIG BUG(When file is not too long) #16

Closed sky5454 closed 5 years ago

sky5454 commented 5 years ago

image When file is not too long, hex display has a bug. The image show the different between BZ and HexEditor. And BZ is right. HexEditor has a bug when file is not too long (such as the file only has 6bits )

chcg commented 5 years ago

@sky5454 Which version of HexEditor do you use? Together with which version of N++? 32 or 64bit?

chcg commented 5 years ago

Reproduced with N++ 7.7.0 64bit and current Hexedit release. Also the data without Hex View is cutted in this case, see: grafik

with file size of 6 bytes and encoding ansi.

sky5454 commented 5 years ago

Thank You.

chcg commented 5 years ago

So this issue needs to be fixed in N++, see https://github.com/notepad-plus-plus/notepad-plus-plus/pull/3836.