Bug 514679 - [Papyrus] Filter diagrams from PapyrusTreeContentMergeViewer
Summary: [Papyrus] Filter diagrams from PapyrusTreeContentMergeViewer
Status: ASSIGNED
Alias: None
Product: EMFCompare
Classification: Modeling
Component: UI (show other bugs)
Version: 3.3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Philip Langer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-04 03:29 EDT by Philip Langer CLA
Modified: 2017-11-29 09:06 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Langer CLA 2017-04-04 03:29:22 EDT
The tree content merge viewer is used to show the left- and right-hand side of the model when the user selects an addition, deletion, or move of a model element, or when the user selects a match node in the structure merge viewer. To make the model in the tree to look just like the model in the Papyrus model explorer, if we are dealing with a Papyrus model, there is a dedicated PapyrusTreeContentMergeViewer, which re-uses the content provider from Papyrus to build the model tree shown in the content merge viewer.

The content provider of Papyrus may also display Diagram elements -- they are also shown in the model explorer. This, however, does not make a lot of sense in the context of the EMF Compare tree content merge viewer, as this tree viewer is only shown for models and not for diagrams. Therefore, we should filter all Diagram elements from this Papyrus content provider. This has already been done for the merge viewer item content provider, but not for the Papyrus content provider.
Comment 1 Eclipse Genie CLA 2017-04-04 03:38:42 EDT
New Gerrit change created: https://git.eclipse.org/r/94345
Comment 2 Eclipse Genie CLA 2017-11-23 09:08:16 EST
New Gerrit change created: https://git.eclipse.org/r/112179