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

Fix Line-Break Problem #10

Open Kapeli opened 9 years ago

Kapeli commented 9 years ago

See https://github.com/mthiesen/Xcode_copy_line/issues/3.

Changing selectLine: to selectParagraph: seems to fix things without any side effects. Note: only briefly tested with Xcode 6.3.2.