FIXED: v14.80 b1: undo issue

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

FIXED: v14.80 b1: undo issue

Post by vha »

- Have a file with following code:

Code: Select all

1
aa
2
bb
3
- Cursor on the 2nd line (aa)
- CTRL-D to duplicate that line
- Select the 2 lines with 'aa", CTRL-C
- Select the line with 'bb', CTRL-V to replace with the 2 lines with 'aa'
- You now have:

Code: Select all

1
aa
aa
2
aa
aa
3
- 3x CTRL-Z to undo
- Result is

Code: Select all

1
aa
aa
2
3
vha
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: v14.80 b1: undo issue

Post by Rickard Johansson »

Fixed in next release. Thanks!
Post Reply