XVI32 Changelog

What's new in XVI32 2.55

Jun 29, 2012
  • When pasting hex strings from the clipboard, separation of hex chars with spaces is no longer mandatory, e.g. both 0D 0A as well as 0D0A is now valid. This refers to dialogs (search, replace and so on) and the menu item Edit | Clipboard | Paste from hex string. Note: the formats can't be mixed (e.g. 0D 0A00FF is not allowed, the format must be either 0D 0A 00 FF, either 0D0A00FF).
  • Shortcuts for menu items File | Close (Ctrl+F4), File | Save As (F12), Address | Remember Address (Ctrl+Alt+R), Address | Goto Remembered (Ctrl+Alt+G), Tools | Options (Ctrl+Alt+O).
  • Bugfix: Backspace now works within an hex input field when the whole hex string is selected.
  • Bugfix: Invoking CHM help file now works when starting XVI32 outside its own directory.

New in XVI32 2.54 (Apr 9, 2012)

  • Bugfix: On systems with > 2 GB RAM "replace all" could not replace all occurences. Error message: "Occurences to replace: %n; memory sufficient for %n replacements. Replace them?" (Note: the partial replacement took place.)

New in XVI32 2.53 (Oct 28, 2011)

  • When trying to open a file over the network that is already openend, opening in read only mode is now offered.
  • Clicking Help -> Donate after having opened Help -> About causes no longer "abstract error".
  • Focus no longer lost when clicking "Syntax Check" in script editor.

New in XVI32 2.52 (Apr 11, 2011)

  • Now coming with the actual Windows help file format (CHM)
  • New: menu item Shredder data to overwrite all bytes of a file with binary zeroes
  • Bugfix: input of hex or decimal addresses up to 2 GB possible in Goto and Jump dialogs
  • When invoking the Jump dialog, entering a new address is simplified (because all digits except "$" is highlighted)
  • Bugfix: when executing bitwise operations from a script, the file is now saved automatically

New in XVI32 2.51 (Jul 16, 2007)

  • Now running on systems with > 2 GB virtual memory
  • Bugfix: script command CHARCON is now working
  • Bugfix 2.51: menu item "Character Conversion..." is now working