January 6th, 2012Bug fixes:
· Saving files when HxD is closing effectivly works only for the file in the active window.
· If BytesPerRow is larger than a certain amount, characters in the hex editor overlap.
· Opening "My Network Places" in any open or save file dialog could crash HxD, depending on the Windows version. This was due to neutral language identifiers in the VersionInfo which the OS does not generally support.
December 22nd, 2008· Enhancements
· Backup files are now created such that all meta-data associated to a file, like alternate data streams, file attributes or time stamps, is preserved. Also instead of replacing the file extension with .bak, now .bak is appended thus preserving the file extension.
· RAM-Editor detects when a process was terminated and refreshes the display to show only one folded region that encompasses the whole range from 0x0 to 0xFFFFFFFF. This fixes also issues that appeared when a process was still opened in the RAM-Editor after being terminated.
· The change log displayed in the Update-Checker window is now formatted with indentations, bullet lists and makes links clickable.
· Changes
· The file-dialog of the file-shredder no longer dereferences links to prevent you from accidentally shredding the link-target when you really meant to shredder the link itself. (Confusing it the other way round is less of a problem, since a link can be easily recreated). Additionally this change now enables you to delete links, which wasn't possible before.
· Bug fixes
· When copying to the clipboard two times an error message appeared.
· An access violation error could occur when pasting text and the Windows clipboard contained special formats.
· The offset edit-box of the Goto-window wasn't always selected when the Goto-window popped up.
· Tweaking of minor details and internal functions
July 6th, 2007· New command: "Find again (reversed)", shortcut is Shift F3
· Progress-dialog for file-compare
· Block-selection-dialog: Optionally specify block-length instead of End-offset
· Full path of filename is visible in window caption and shown as tooltips/hints when hovering over tabs
· Shift-Click-selection works again (and a little better)
· "Edit|Insert bytes" now behaves as "Edit|Paste Insert", i.e. it deletes the selected bytes before inserting
· Option to apply settings of View-tab in options-dialog also to existing windows
· Update-search now works also through proxies
· Fix: Access violation when using Search/Find-command (if file was opened through command line or Windows context menu)
· Fix: Access violation could happen on file compare
· Fix: Replace-all: Prompt on replace causes progress bar to show when it shouldn't and blocks HxD (cancel does not work and windows below are disabled)
· Fix: Added undo for "Edit|Fill selection"
· Fix: "Edit|Insert bytes" didn't insert at the requested position, but undo saved the correct part => this lead to confusing/wrong results, especially after undoing
· Fix: Using the Windows context menu to open files doesn't open all selected ones
· Fix: Searching in RAM-Editor finds search-pattern in unallocated region
· Fix: FileCompare: Files compared to an empty file are reported as identical
· Fix: Selecting with PageDown and PageUp does not behave like in other apps
· Fix: Many DPI-issues of chopped off text and wrong dimensions when DPI 96
· Fix: Selection of hex editor in options dialog changes/disappears sometimes after clicking and trying to select
· Fix: RAM-Editor: selecting inside of unaccessible region can display random characters
· Fix: Double-click selection of words isn't precise
· Fix: Concatenate-dialog: Up and down button images don't show on Windows XP (depends on graphics-drivers)
· Fix: Statistics-window visually merges correctly with TabControl when maximized
· Fix: MDI-background doesn't always refresh when necessary
· many other small fixes/enhancements