Xcode_copy_line icon indicating copy to clipboard operation
Xcode_copy_line copied to clipboard

Xcode plug-in to copy/cut the current line when there is no selected text

Results 3 Xcode_copy_line issues
Sort by recently updated
recently updated
newest added

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. ![bildschirmfoto 2014-08-24 um 15 33 50](https://cloud.githubusercontent.com/assets/6143734/4023505/62e18f96-2b93-11e4-9b5a-258367a6363d.png) If I want to cut&paste this line by using CTRL-X, the following happens:...