Dynamic Menu Item to select Theme in Eclipse IDE
In Bug 514458, I added the “Theme” dynamic menu to the Eclipse IDE. This post explains how I did this. Menu Eclipse 3.x style First edit the plugin.xml, and add a menu contribution. With the locationURI menu:org.eclipse.ui.appearance?after=org.eclipse.ui.window.appearance.separator1, you’ll contribute a submenu to the Window > Appearance menu, just after the Read more…