Eclispe RCP SWT menus for Windows and Mac OS
- by Raven
Hi,
how do I configure an Eclipse RCP command style menu to match the different menu structures on Windows and on Mac OS?
Mac OS X menu example
http://images.apple.com/macosx/refinements/images/services_menu_20090902.jpg
Windows menu example
http://www.flamingpear.com/images/psp8menu.gif
In the example you see, the differences in the menu structures. For example has the Mac in its application menu the preference command, the about command and the exit command. These are under Windows usally in the file menu and the about command is found in the help menu. Is there a "standard" way of doing it with RCP programs? It should somehow be possible because Eclipse itself does it. But I can not figure out how.