Skip to content
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

Configurable hex viewer bytes-per-line #52

Open
GreyCat opened this issue Dec 27, 2017 · 0 comments
Open

Configurable hex viewer bytes-per-line #52

GreyCat opened this issue Dec 27, 2017 · 0 comments

Comments

@GreyCat
Copy link
Member

GreyCat commented Dec 27, 2017

Currently, hex viewer always shows 16 bytes (0x10 bytes) per line. On bigger screens, it might be more comfortable to dump more bytes per line (i.e. 20, 24, 32 or even more). Can we try to make it a configurable setting?

koczkatamas added a commit that referenced this issue Feb 7, 2018
Please set `localStorage["HexViewer.bytesPerLine"] = 32;` in your browser console to modify HexViewer width. This is just a workaround, expect various bugs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant