BigFiles icon indicating copy to clipboard operation
BigFiles copied to clipboard

Opening file does not work

Open thomaszimny-prologis opened this issue 3 years ago • 1 comments

opening a file only shows: image

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

thanks!

thomaszimny-prologis avatar Feb 25 '21 09:02 thomaszimny-prologis

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.

superolmo avatar Feb 26 '21 19:02 superolmo