Community
Participate
Working Groups
4.4 M5 The "Show Toolbar" / "Hide Toolbar" command is no longer in the Window menu. The command contribution was previously specified in org.eclipse.ui.ide using: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="menu:window?after=newEditor"> <command commandId="org.eclipse.ui.ToggleCoolbarAction" But the newEditor item was removed with the split editor work. Using menu:window?after=org.eclipse.ui.editors would preserve the previous location.
https://git.eclipse.org/r/21331
Thanks Sopot and Brian. Fixed with https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=a87ca3498cfa8995ef060c8747ef52a918e752fd
Verified in N20140206-2000.