atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Pasting from Clipboard Issue #1701

Open gobijan opened 9 years ago

gobijan commented 9 years ago

If an app stores an array of lines into the pasteboard then chocolat only takes over the last line when pasting:

I did the following in swift: var pasteBoard = NSPasteboard.generalPasteboard() pasteBoard.writeObjects(pbContentArray) (where pbContentArray is an array of Strings)

Now choc won't paste all lines except the last one. Sublime, Textmate, and all the other apps (including apples own apps) paste the whole content.