chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
829 stars 156 forks source link

Inserting at End of File in Dump inserts at start of file #17

Open FalcoGer opened 5 years ago

FalcoGer commented 5 years ago

When you switch over to the dump in hex mode and jump to the end of the file and try to insert characters, then the first character is inserted at the end of the file as expected. Any subsequent characters are then inserted at the start of the file.

chcg commented 5 years ago

@FalcoGer Which version of the plugin + which version of N++ are you using under which windows version and the bitness?

william19941994 commented 2 years ago

@FalcoGer Which version of the plugin + which version of N++ are you using under which windows version and the bitness?

I also found this problem in version 0.9.8. Move the mouse cursor to the last of "Dump" area, then Press any ASCII by keyboard, It will appear at the first of the file.