Xcode_copy_line
Xcode_copy_line copied to clipboard
Xcode plug-in to copy/cut the current line when there is no selected text
I tried updating to 8.0 by just adding the UUID, but it didn't work. Then I read that XCode 8 won't load plugins anymore: https://github.com/alcatraz/Alcatraz/issues/475 Not sure if there's any...
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.
Xcode can automatically break lines. Only visually, no newline is inserted.  If I want to cut&paste this line by using CTRL-X, the following happens:...