FIXED: v12.20 b1: undo bug in hex mode

Post bug reports when testing beta versions here.
Post Reply
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

FIXED: v12.20 b1: undo bug in hex mode

Post by vha »

using v12.20 b1 64bit

- Open a file TextEd
- Switch to hex view
- Delete the first character
- CTRL-Z -> first character is restored
- CTRL-Z -> a character with hex code 0x09 is inserted
- CTRL-Z -> the 0x09 is removed again
- CTRL-Z -> a character with hex code 0x09 is inserted again


vha
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: v12.20 b1: undo bug in hex mode

Post by Rickard Johansson »

After switching to hex view and deleting the first character, I can only undo once (insert the deleted character). Then the undo buffer is empty.

Are you sure you didn't edit the document before switching to hex view?
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: ??? v12.20 b1: undo bug in hex mode

Post by Rickard Johansson »

I was able to reproduce this using your settings file. It's been fixed. Thanks!
Post Reply