microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
533 stars 89 forks source link

Feat/count selected bytes #401

Closed connor4312 closed 1 year ago

connor4312 commented 1 year ago

Continues https://github.com/microsoft/vscode-hexeditor/pull/349 to leverage the new tabs API. Also cleaned up some existing logic in the HexEditorProvider to do the same, via the new shared HexEditorRegistry type.

image

Fixes https://github.com/microsoft/vscode-hexeditor/issues/86