chcg

Results 204 comments of chcg

Confirmed. Further investigations (with N++ 7.9.1, HexEditor 0.9.8) - The issue doesn't happen for just one open file. In this case the change to hex mode is applied. - It...

Maybe a issue with the automatic detection of the encoding. Which one did you use for creating/modifying the file and which one is shown on reload? You could try to...

From https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7818 ### Problem #### 1. I created a binary file use this C code ``` uint32_t d = 0xf1f2f3f4; FILE* f = fopen("t.bin","wb"); fwrite(&d,1,4,f); fclose(f); ``` #### 2. then...

@FalcoGer Changes are not visible immediately, but just after a restart of N++ itself. At least that should be part of some description on the options tab itself, if it...

@FalcoGer Which version of the plugin + which version of N++ are you using under which windows version and the bitness?

@daooze Which version are you using? An official one from http://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/ or a "private" testbuild from my github project? Which OS and N++ version?

@lmstearn Could you create a new issue for the problem you described. That seems to be a different one from the one here. Could you state which version of HexEditor...

@KnIfER Switch from N++ view with encoding UTF-8 -> Hexview -> N++ and then the encoding is no longer UTF-8, but ANSI. See encoding menu or statusline.

Confirmed, but probably as not immediately obvious where this happens and this has no big impact this will be shifted to some later point.

@lars18th - font smoothing is a feature of n++, preferences, editing - what do you mean with "line space" ? The width of one line in pixel? - the different...