veles icon indicating copy to clipboard operation
veles copied to clipboard

Change ASCII area behavior for non-printables

Open mkow opened this issue 8 years ago • 0 comments

  • Null bytes should be displayed as an empty space, not a dot.
  • There should be an option to display all bytes (using some extended ASCII characters) instead of replacing them with a dot. This is a nice feature when working with files which contain text+data, but a terrible one when working with plain binary data (it hides some patterns in the data when looking at ASCII area).

mkow avatar Sep 15 '17 14:09 mkow