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 file does not work #24

Open
thomaszimny-prologis opened this issue Feb 25, 2021 · 1 comment
Open

Opening file does not work #24

thomaszimny-prologis opened this issue Feb 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@thomaszimny-prologis
Copy link

opening a file only shows:
image

any ideas? maybe it's about the encoding of the file:
image

thanks!

@superolmo superolmo added the enhancement New feature or request label Feb 26, 2021
@superolmo
Copy link
Owner

Most likely you are opening a binary file that contains special characters such as the End of File (EOF) character. Scintilla editing component, that is used by Notepad++, does not show binary files unless the source is modified to remove those special characters. It would not a big change in the code so I am labeling this as an enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
BigFiles v0.2.0
  
Awaiting triage
Development

No branches or pull requests

2 participants