chcg / NPP_HexEdit

Notepad++ Plugin Hexedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to solve this 'Dump view' randomly flashing bad characters?

KnIfER opened this issue · comments

20200908_233955_GifNo 1

HexEditor_0.9.6_x86.zip + npp.7.8.9 x32

encoding=utf8

sample text:
textfile.txt

after reviewing the repo above , this is the best I can achieve:

image (2)

The "flashing bad characters" problem is related to c++/optimization, and code generation/basic runtime checks. Really strange.

Maybe I should replace the trailing with

Caused by an uninitialized buffer during the custom drawing callback.

TCHAR text[129];