URL | Description |
---|---|
377104 - Embedded Swing component with JRE 1.7 | Bug 377104 - Clicking a Swing component embedded to a Viewpart (using SWT_AWT bridge) is not activating that part (jre1.7.0.x) |
org.eclipse.ui.views extensionpoint schema not found | I have run into a problem trying to add extensions to my RCP application. When using the plugin.xml editor on the Extensions Page, I can not correctly add an extension to a platform extension point. For example, if I try to add a view to org.eclipse.ui.views, the only option is "generic". Investigation found that the problem is the org.eclipse.ui.views extension point desc and schema can not be found in my target platform. I am using 3.4RC2 RCP SDK as the development platform and 3.4RC2 RCP runtime as the target. If I switch the target to the full RCP SDK, the schema is found and I can add new extensions. Once the extensions are added, I can switch back to the RCP Runtime target and it runs fine and displays the new views. |