Notification of autocomplete

2011-08-08 Thread Joshua Garnham
Is there some notification that is posted or some other way to tell when in a NSTextView or any editable element that something has been autocorrected? Thanks. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Notification of autocomplete

2011-08-08 Thread Kyle Sluder
On Sun, Aug 7, 2011 at 11:40 PM, Joshua Garnham joshua.garn...@yahoo.co.uk wrote: Is there some notification that is posted or some other way to tell when in a NSTextView or any editable element that something has been autocorrected?

Re: Notification of autocomplete (in any app)

2011-08-08 Thread Joshua Garnham
Thanks, that's just what I was looking for. I am now able to know exactly when autocorrect has taken place in the NSTextView in my app. However (if you don't mind me extending my question), what if I wanted to know when this happens in any NSTextView in the active app whether it's my app,