HexEdit Changelog

What's new in HexEdit 1.03

Nov 30, 2012
  • Fixed a number of small scrolling-type bugs.
  • Added a decimal value item to the right-click menu. It displays the decimal value of the byte where the mouse was right clicked (NOT the byte where the cursor is).
  • Discovered how the get Enter to press buttons, so now Enter will search in Find.

New in HexEdit 1.02 (Nov 30, 2012)

  • Added customizable font faces and sizes. Unfortunately, it's not obvious where windows wants initialization values, so the dialog box doesn't default to the currently used font and size. (The defaults, BTW, are Courier New, ~8pt font)
  • Added customizable colors. All custom settings are stored in HKCU\Software\HexEdit.
  • Added copy and paste.
  • Added insert and delete (cut) capabilities.
  • Added the name of the file being edited to the title bar.

New in HexEdit 1.01 (Nov 30, 2012)

  • Rewrote HexEdit to be one self-contained class (as much as Windows will allow).
  • Fixed a bug that scroll bars didn't appear if a file wasn't specified on the command line.
  • Added check marks to the View menu. I decided that the popup menu was better off without them.
  • Fixed sundry editing bugs and other miscellaneous bugs