Community
Participate
Working Groups
In the latest agent download for the Mac, there are 2 menu entries for Preferences. One under a Window menu, and one under the Eclipse Provisioning menu. The first one works ok. The second one (which has a shortcut of Command-comma like in the SDK) does nothing. The correct behaviour should be that there is only one menu entry, it is under the Eclipse Provisioning menu, it opens the preferences, and it has a Command-comma keyboard shortcut.
Created attachment 179409 [details] patch There were a couple of problems here. I talked to ppl on the UI team and they pointed me to the advisors that we use in the IDE and I have adjusted our menu items to be only visible if the user is not on a Mac. The reason that the App menu Prefs menu item didn't open the Prefs dialog was because the configuration was missing the ui.cocoa fragment. I have added this to the product file. Also for code clean-up I have removed the config.ini from the project. It is not used anymore and was out of date... Andrew has modified PDE/Build's product builds to get the start levels from the product file. I tested this on both WinXP and Mac.
Patch released to HEAD. Susan, I just added you to the CC list in case you saw code coming by and wanted to know where it came from and wanted to review it. (I'm not a UI dev so there might be a better way to do things!)
I wonder if it might be too aggressive to turn off the entire 'Window' menu on the Macs? Do we expect people to be contributing to the 'Window' menu in admin UI?
Good point. I have a new patch in hand similar to the code changes around the "quit" item. I will test and then post.
Created attachment 179415 [details] additional patch I've released this additional patch. Thanks, Remy.