Don HO

Results 387 comments of Don HO

I have no better solution so far. Please use work around solution provided by @ArkadiuszMichalski here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10016#issuecomment-1312556987

Localization directory should only be one place: beside of Notepad++ binary. The current behaviour will be remained.

It's an attractive feature, so I did google for detecting binary files in native way (Windows' way). I found nothing but only this: `There is no really 100% way. You...

OTOH, Notepad++ does detect Unicode files already, with or without BOM. Based on that, if NULL is detected in a non-Unicode file, then it could be a binary - we...

@Marmotian If `file` can be integrate into Notepad++, then we have all :) But I'm sure that `file` need to be rewritten to adapt to windows system's binary files.

Just gave some tries on `file` which comes with Git Bash. The result is very impressive: ``` user@pc-9090 MINGW64 /c/xxx/notepad-plus-plus (master) $ file ./PowerEditor/src/lesDlgs.h ./PowerEditor/src/lesDlgs.h: C source, ASCII text, with...

That's a good feature. My only concern is the shortcut - for users who have already Alt-Shift-B defined, there will be the conflict.

@alankilborn > PREAMBLE NOTE: If #12832 is adopted, this would be a nice addition as well. If 12832 is NOT adopted, this probably doesn't make sense to implement on its...

> It wasn't too long ago that _Mark_ was assigned to Ctrl+m, I see. Is there any complain for it?

OK. Could you guys create a PR for both #12832 & #12833 ?