Community
Participate
Working Groups
The view is correctly added to the folder but it is not visible on startup. Perspective factory code: public void createInitialLayout(IPageLayout factory) { factory.createPlaceholderFolder( "leftFolder", IPageLayout.LEFT, 0.25f, //$NON-NLS-1$ factory.getEditorArea()); } View extension: <view id="org.eclipse.ui.views.ResourceNavigator" relationship="stack" relative="leftFolder" visible="true"> </view>
Created attachment 182512 [details] ModeledPageLayout patch v1 The view was being contributed correctly to the placeholder folder but the stack itself was not being rendered (since it was a placeholder folder). The fix is to ask it to be rendered if a visible view has been contributed to it.
(In reply to comment #1) > Created an attachment (id=182512) [details] > ModeledPageLayout patch v1 Fix released to CVS HEAD. Thanks for the bug report, Thomas! Please let us know if you encounter other problems with the 4.x SDK.
Whoops.
Thanks for fixing this so quickly. I'll try the patches right now.