Finding NSPasteboards

How do some apps manage to use Cut, Copy and Paste without affecting the contents of General Pasteboard? Presumably they're creating other instances of NSPasteboard using withUniqueName?


If so, is it possible to find or list Pasteboard created?

Replies

Yes you can.


have a look here:


h ttp://lisp.hopto.org/Documentation/OPENSTEP/NextDev/Reference/AppKit/Classes/NSPasteboard.htmld/

That's the NEXTSTEP documentation, c. 1997. While it might be the same, any reason you're not linking to Apple's docs?


I can't see any method for listing Pasteboards.

Reason is I did not find it, sorry, I just tried to help. 😉