stef-levesque / vscode-hexdump

hexdump for Visual Studio Code
MIT License
138 stars 27 forks source link

Every file is in read only mode #51

Closed ullenboom closed 5 years ago

ullenboom commented 5 years ago

Changing bytes is not possible. Is this the intended default?

image

stef-levesque commented 5 years ago

The hexdump buffer is read-only by default. But you can edit the hexadecimal value under your cursor with the following command: editValue (shift+enter) Edit Value Under Cursor

Edited values will display in red. You should then export or save the buffer with one of the following command. exportToFile (ctrl+shift+s, cmd+shift+s) Export to Binary File... save (ctrl+s, cmd+s) Save file

Those commands should also be available via the right-click menu.