mthiesen / Xcode_copy_line

Xcode plug-in to copy/cut the current line when there is no selected text
MIT License
32 stars 8 forks source link

Line-Break Problem #3

Open floriandotorg opened 10 years ago

floriandotorg commented 10 years ago

Xcode can automatically break lines. Only visually, no newline is inserted.

bildschirmfoto 2014-08-24 um 15 33 50

If I want to cut&paste this line by using CTRL-X, the following happens:

bildschirmfoto 2014-08-24 um 15 34 03

Only a part of the line gets cut into clipboard.

If you need further details, please let me know.

mthiesen commented 10 years ago

I can reproduce the problem. I will look into this.