If I copy some text in the editor with ctrl-c and I paste it with ctrl-v anywhere else, including the notepad or another CB instance, the text is pasted.
But if I close the CB instance whose text was copied BEFORE pasting it, nothing will be pasted. It looks like when you close a CB instance the clipboard content originating from it gets unduly freed. I think this is a bug because this is not the usual behaviour with other Windows programs. Thx
As far as i can tell this happens only for scintilla controls (text editors) but not for other text (for example log window)
Thanks for checking. Sorry I hadn't specified it clearly, I was referring to the code text editor. It seems I can replicate it always here. If I want to copy some code from one instance of cb to another, I must make sure I don't close the instance where the text was copied from before having pasted it, otherwise nothing will be pasted