Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Done with cocoa Menus


The hack will have to do for now but in the long term, we will probably have to filter events in NSApplication.  Andrey, please dig in if you can.  I spent a while fighting this and ran out of time.



"Andrey Tarantsov" <andreyvit@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/22/2008 08:33 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] Done with cocoa Menus





Hi,
 
There is a horrible hack (that probably will not hold) where menu items are hidden and shown when a menu is hidden and shown to avoid accelerators matching.

Just letting you know that there is at least one Mac application that will be affected by this. KeyCue (which I'm using) displays a list of all accelerators for a given app by walking its menus. (Note that, unlike in Windows, this is usually possible on a Mac, because menus are expected to contain all commands and never change.) Probably there are more apps of this kind.

--
Andrey._______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top