Page 1 of 1

FIXED: v14.80 b1: undo issue

Posted: 03 May 2021 09:54
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

Re: v14.80 b1: undo issue

Posted: 03 May 2021 17:51
by Rickard Johansson
Fixed in next release. Thanks!