java - How to hide "Preferences" item in Mac application menu -


i have application built atop eclipse rich-client platform. not yet have user preferences.

currently on mac, "preferences" menu item in application menu enabled, nothing.

is there easy way hide or disable it?

in case else runs same problem, chose simple solution root problem -- show preferences dialog.

even in absence of application-layer user preferences, there still preferences panels contributed plug-ins.

with current implementation of org.eclipse.ui.internal.carbon.carbonuienhancer, application-menu "preferences" item requires , executes preferences menu item elsewhere in menus (e.g., actionfactory.preferences).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -