Community
Participate
Working Groups
Build: M6 If I call IWorkbenchWindowConfigurer.setShowStatusLine(false) in my WorkbenchAdvisor's preWindowOpen(IWorkbenchConfigurer) method the status line is hidden. BUT, the action with a tooltip of "Double click to open Progress View" which appears in the bottom left of the window still shows. The action is missing/can't find its icon so it just shows as empty screen space, but it shows over views that I put on the left side of the window.
Created attachment 7532 [details] Screenshot of the mentioned problem I have circled the problem in red.
Ah, the icon is not missing, it just doesn't show until it has progress to report. So the only real bug is that it's there.
This should be addressed in the updated layouts in New Look
Any chance this could be fixed in HEAD for M7? If needed, we can add get/setShowProgressIndicator(boolean) methods to IWorkbenchWindowConfigurer.
See showProgressIndicator() in WorkbenchWindow It gets this from a preference return PlatformUI.getWorkbench().getPreferenceStore().getBoolean( IWorkbenchConstants.SHOW_PROGRESS_INDICATOR); You could just set this preference in your method
Added IWorkbenchWindowConfigurer.get/setShowProgressIndicator(boolean), with its default state obtained from the IWorkbenchPreferences.SHOULD_SHOW_PROGRESS_INDICATOR setting (same as with the other bars). Deleted the internal IWorkbenchConstants.SHOW_PROGRESS_INDICATOR. Fixed up the window layout so that the status line is not indented when neither the progress indicator nor the shortcut bar are showing. Changed the default for the SHOW_PROGRESS_INDICATOR and SHOW_SHORTCUT_BAR prefs to false, so that RCP apps don't get these by default. Changed IDEWorkbenchAdvisor to show the progress indicator and shortcut bar in the SDK.
Fixed in HEAD. Need to ensure that it's fixed in the new look stream as well for the case where both the shortcut bar and progress indicator are hidden.
Moving to stefan to verify that there are no new look trim regressions
This was fixed in 3.0.