Tuesday, July 8, 2008

File Menu and Edit Menu

Eclipse RCP 3.4 allows you to easily add menu commands. You just need to use the ID of an existing command as the command ID of the menu item. I used that extensively to create the File and Edit menus.
File Menu

Edit Menu

Following is the code snippet of plugin.xml file (you may also look at the revision 34 from where this snippet has been copied):
blog comments powered by Disqus