-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing/inserting bytes to a hex editor #10
Comments
This is correct. Currently the control only fully supports viewing and editing existing bytes. This is also one of the reasons there is no dynamically resizable binary document implementation yet. The interface methods are currently there as a WIP / future work. Ideally, for a dynamically resizable document we should not use |
Status update: Initial implementation of dynamic sized documents can be found in #11. |
CanRemove and RemoveBytes exist, but appear to be unused.
The text was updated successfully, but these errors were encountered: