Add platform PerspectiveSwitcher to the top trim bar#2984
Draft
akurtakov wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
This PR has to wait for 2026-09 release is out as it contains eclipse-platform/eclipse.platform.ui#4174 (fixes platform code to account for E4 defined perspectives). One can test right now if in chemclipse workspace imports latest org.eclipse.jface and org.eclipse.ui.workbench plugins from master. |
Plug the platform e4 PerspectiveSwitcher addon into the top trim bar and right-align it via a stretch spacer, matching the Eclipse IDE layout. ElementIds PerspectiveSwitcher and PerspectiveSpacer have to remain exactly the same as they are hardcoded in Eclipse Platform code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
71b207a to
af844d5
Compare
Contributor
|
Can we disable this with a setting? Some labs only use one perspective and this makes the UI more complex. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plug the platform e4 PerspectiveSwitcher addon into the top trim bar and right-align it via a stretch spacer, matching the Eclipse IDE layout.