aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
384 stars 62 forks source link

Channel Organizer: If a clip is too big (?), it is not fully saved #45

Closed Ack0 closed 10 years ago

Ack0 commented 10 years ago

I use YouTube Center userscript and when I export my backup settings to the clipboard (13262 characters) they are not completely stored (only stores 8190 characters). However, within the Clipboard History window I can see and copy all the information.

aviaryan commented 10 years ago

Great find. I couldn't have ever found it. I have fixed it and will push soon.

aviaryan commented 10 years ago

Actually the clip is saved fully, it is just the channel organizer that fails to preview it. If you paste it, the result will be fine.

Ack0 commented 10 years ago

"If you paste it, the result will be fine." Here is not working. Unless I copy from the Clipboard History window.

aviaryan commented 10 years ago

Try pasting from the paste mode in case you didn't did that OR try copying again that youtube text or even this page's source and then pasting. It should work. The reason why preview didn't work was that is used to read text from ListView ("Clip" heading) but that feature has a limit of 8192 characters.

Ack0 commented 10 years ago

Yes, if I copy from elsewhere, except Channel Organizer window, the paste function works fine.