Oh, sorry for the noise. It's in the NSTextView docs, section "Managing the Pasteboard".
On Fri, May 25, 2012 at 9:09 AM, ecir hana <[email protected]> wrote: > Hello, > > if I paste some text from clipboard into a textview, is there a way to > replace all the occurrences of "foo" by "bar"? If possible, I don't want to > use "textStorageDidProcessEditing:" as it is called every time I type in > something. To put it in other words, is there perhaps an event which is > fired when I paste in something? Is it possible to differentiate between > text change coming from typing or pasting? > > Thanks in advance! > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
