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

opening extra large file - feature request #34

Closed
ghost opened this issue Oct 19, 2017 · 1 comment
Closed

opening extra large file - feature request #34

ghost opened this issue Oct 19, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 19, 2017

I think it has been raised once. My problem under ubuntu is very hard to find good hexeditor.
I found one is the GHex, but i would like to use somehow this one. I don't like to install hundreds of independent apps.

I know there is some limitation on extra large file, but for example in eclipse to write a plugin which read only buffers is very easy 20 lines code. Even in javascript it's just one line. (FileReaderSync under WebWorker)

extra large file means 40GB :)

I tried to force to open, clicking on the file header again, but it does not do anything.

Even on small 57KB size, the file won't be displayed because of the encoding, if it's binary somehow this plugin should be triggered as default binary editor.

@stef-levesque
Copy link
Owner

Version 1.6.0 should better handle large files. You can try to adgjust hexdump.sizeDisplayfor your needs, but due to a VSCode limitation, the color syntax won't work past 5Mb or so.

As for triggering the extension as default for binary files. there is already an issue/feature request on VSCode for that (see microsoft/vscode#12176)
But there is not much traction on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant