[GEF] Remove forked RootEditPart class for tree viewer - #1597
Merged
ptziegler merged 1 commit intoSep 5, 2026
Conversation
Test Results 4 files 4 suites 2h 18m 22s ⏱️ Results for commit da7294a. ♻️ This comment has been updated with latest results. |
ptziegler
force-pushed
the
gef-tree-root-ep
branch
from
September 5, 2026 15:06
3409224 to
21b7296
Compare
In order to show the root `ObjectInfo` in the tree viewer, it must not be used as input. For this, it is wrapped inside a `ObjectInfoContainer` when passed to the tree viewer. This will then be transformed into a `ObjectContainerEditPart`, which is the invisible child of the `RootTreeEditPart`. Contributes to eclipse-windowbuilder#1432
ptziegler
force-pushed
the
gef-tree-root-ep
branch
from
September 5, 2026 16:05
21b7296 to
da7294a
Compare
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.
In order to show the root
ObjectInfoin the tree viewer, it must not be used as input. For this, it is wrapped inside aObjectInfoContainerwhen passed to the tree viewer. This will then be transformed into aObjectContainerEditPart, which is the invisible child of theRootTreeEditPart.Contributes to
#1432