EUA / wxHexEditor

wxHexEditor official GIT repo
http://www.wxhexeditor.org
GNU General Public License v2.0
558 stars 118 forks source link

cannot detect file change outside and ask reload file #184

Open leslielg opened 3 years ago

leslielg commented 3 years ago

Some times wxHexEditor detected file change and reload content without any ask. But sometiems wxHexEditor just isn't able to detect the file change, for my case, I use wxHexEditor editing the binary file my build project generated, after rebuild my project, wxHexEditor won't detect the binary file change, I confirmed it is changed by opening the generated binary file in another tool.

That makes things very confusing...