Page 1 of 1

FIXED: [11.20b1] Another isssue with CTRL-Click

Posted: 08 Sep 2016 14:05
by vha
- Have this text

Code: Select all

aa
bb
cc
dd
- Select line 1 and 2
- Ctrl-Click to also select line 4
- Ctrl-C to copy yo clipboard
- Set cursor past the last line, Ctrl-V

--> result:

Code: Select all

aa
bb
cc
dd
aa
bb

dd
--> an extra empty line is added

vha

Re: [11.20b1] Another isssue with CTRL-Click

Posted: 08 Sep 2016 14:23
by Rickard Johansson
I can't reproduce it. How do you select the lines? Ctrl+Click to select - is that a click on the left margin?

Re: [11.20b1] Another isssue with CTRL-Click

Posted: 08 Sep 2016 15:52
by Rickard Johansson
OK I figured it out. It seems different editors produce different results. Some, like SynWrite, does the exact same thing. Others do not.

They also produce different results when doing this:

Code: Select all

aa
bb|
cc
dd|
Select line 1 and 2 (with the cursor at the eol of line 2). Select line 4 the same way. Copy and paste past line 4.

In some editors the pasted result is

Code: Select all

aa
bb
dd
and in others

Code: Select all

aa
bbdd
I'm not sure what the correct behavior is but maybe all examples above should paste the text

Code: Select all

aa
bb
dd

Re: [11.20b1] Another isssue with CTRL-Click

Posted: 08 Sep 2016 21:22
by Rickard Johansson
Fixed. Thanks!