Re: Uncooperative Services Menu
Re: Uncooperative Services Menu
- Subject: Re: Uncooperative Services Menu
- From: Shane Stanley <email@hidden>
- Date: Fri, 22 Mar 2013 17:57:46 +1100
On 21/03/2013, at 8:28 AM, David Burnard <email@hidden> wrote:
> At the moment our app doesn't support Services, so we don't register any types with registerServicesMenuSendTypes
> and when our app receives validRequestorForSendType we return nil.
>
> But we do have edit boxes, and they register their support for text types all on their own.
As I read the docs, they register by calling -registerServicesMenuSendTypes:returnTypes: on your app, so presumably you can subclass and override that to stop it happening. But that may not be enough to give you back command-shift-L.
As a user, I'd much prefer you actually supported Services, even if you don't export any -- and I wonder if you're doing something odd not to, which is in turn causing the Services menu to flash. Supporting services more generally wouldn't solve the command-shift-L problem directly, but it would make it more obvious to the user where command-shift-L was assigned, so they would have an idea of where to go to turn it off or reassign it. And as a text-heavy app, Services potentially have something to offer.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden