Community
Participate
Working Groups
I created a new Eclipse RCP application based on the "RCP application with a view" templated. I created a new product and added the compatibility plugins. I ended up with the screen from the following attachment, looks like the new Ctrl+3 box is included somewhere.
Based on Build id: M20110826-1410 (latest Integration Build).
Included plugins in the project: <plugin id="org.eclipse.e4.ui.workbench.addons.swt"/> <plugin id="org.eclipse.equinox.ds"/> <plugin id="org.eclipse.equinox.event"/> <plugin id="org.eclipse.equinox.util"/> <plugin id="org.eclipse.platform"/> <plugin id="org.eclipse.ui.forms"/> <plugin id="org.eclipse.ui.intro"/> <plugin id="test"/> Test is my own test RCP plugin. I did not specify an XMI as I wanted to use the default XMI (which I believe Paul implemented).
What you mean is that there's no way for the RCP developer to get rid of the 'Quick Access' bar, is this correct?
@Remy: I believe the 'Quick Access' bar should not be included /visible per default in an RCP application. I believe that is the same as you said.
*** This bug has been marked as a duplicate of bug 319991 ***