javadev / hexeditor

The binary file editor
Apache License 2.0
33 stars 9 forks source link

Delete and insert operations seem not to work #14

Open PavelTurk opened 1 month ago

PavelTurk commented 1 month ago

Unfortunately I couldn't make hex editor delete or insert bytes using dialog:

Peek 2024-10-07 18-21

javadev commented 1 month ago

Hi @PavelTurk

Thank you for the issue. I will investigate delete and insert operations and prepare a fix.

javadev commented 1 month ago

I have successfully tested the insertion and deletion of bytes, and everything worked as expected.

Screenshot_598

Screenshot_599

Screenshot_600

PavelTurk commented 1 month ago

@javadev If it is necessary to add manually the count of bytes then disable OK button until user does it. BTW If user selects bytes to delete I think program must count the number of bytes itself.

javadev commented 1 month ago

Thank you for your suggestions. I will make sure to try and implement them.

If it is necessary to add manually the count of bytes then disable OK button until user does it. BTW If user selects bytes to delete I think program must count the number of bytes itself.