Community
Participate
Working Groups
Created attachment 192570 [details] Git repo view pic See Image. I can grab the bottom of the git repo view and drag it, although there's nothing underneath. PW
Still broken. Resizing doesn't seem to help. Will have to take a look...
The snippet below will reproduce the problem. public void createInitialLayout(IPageLayout layout) { layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.LEFT, (float) 0.5, layout.getEditorArea()); layout.addView(IPageLayout.ID_PROP_SHEET, IPageLayout.BOTTOM, (float) 0.5, layout.getEditorArea()); layout.addPlaceholder(IPageLayout.ID_PROJECT_EXPLORER, IPageLayout.BOTTOM, (float) 0.7, IPageLayout.ID_OUTLINE); layout.addPlaceholder(IPageLayout.ID_PROBLEM_VIEW, IPageLayout.BOTTOM, (float) 0.6, IPageLayout.ID_PROJECT_EXPLORER); }
Created attachment 194722 [details] ModeledPageLayout patch v1 The part sash container should only be rendered if one of its children are. Otherwise, it shouldn't be there (taking up space).
(In reply to comment #3) > Created attachment 194722 [details] > ModeledPageLayout patch v1 Fix released to CVS HEAD.
Verified with I20110516-1455 on Windows XP. Paul, if you see otherwise, please feel free to reopen, thanks.