Community
Participate
Working Groups
Now the Properties view of Merge Viewer shows all the properties of the element corresponding to the selected change. It might be excess. Add a toggle button 'Show all' to the toolbar of the Merge Viewer. If the button is off then only the property corresponding to the change should be shown.
The task consist of two subtasks: 1) UI action should be added to ModelContentMergeViewer#createToolItems() . As tooldbar actions are available all tabs make sure it's disabled in the structure viewer. 2) Then needed info should be passed to the ContentProvider
1) UI action should be added to ModelContentMergeViewer#createToolItems() . As tooldbar actions are available all tabs make sure it's disabled in the structure viewer. +done
Created attachment 190144 [details] Class diagram for the part of EMFCompare that has been used for adding new action
Fixed