Please work on this, as it is fundamental. Despite the extension, you need to automatically recognize if a file is ASCII encoded and open the editor instead of the hex dump upon F3/F4
MarcoCecchi Not ASCII encoded, but if it contains only the quoted-printable ASCII subset. If it does, it's a text file.
Where I can find this fix?
We are trying to detect file type and open it with correct viewer/editor. Files with no extension are opened as text (risky, the app may crash). The Files with unknown extension are displayed as hex (safe).