>> So Cocoa is wonderfully clever when you double-click to select a word > -smartInsertDeleteEnabled: / -setSmartInsertDeleteEnabled:
Sorry, I made two mistakes: 1 - -smartInsertDeleteEnabled does not take an argument (so the colon was extra - keep it, I have plenty). and 2 - If forgot to mention that your search results were poor because you did not use the correct word ... you said "clever" when Cocoa said "smart". If you like, you can create a category on NSTextView, adding -cleverInsertDeleteEnabled and -setCleverInsertDeleteEnabled: ... these can call the "-smart..." equivalents. :-D -- I.S. _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
