Community
Participate
Working Groups
Model explorer should show mark diagrams that are open displaying an given overlay (on the top-right) of the diagram and table icons.
Created attachment 204509 [details] A patch to add an overlay on the opened editor
Created attachment 204511 [details] the overlay for opened editor An example of overlay for the opened editor
Hi, I think my previous solution is not correct, because I add the overlay programmatically. I think that we should use uiCustom and facets to add this overlay. FYI, it is possible, that the uiCustom allows to add overlay on element in the Juno release (currently, it is not available for Ecore/UML/... elements, but it is available for customizing facet
Implemented in r10451. Small issue: The overlay is refreshed only when the ModelExplorer is refresh. Closing a page do not refresh the ModelExplorer. You have to activate the ModelExplorer view to refresh it (i.e. to update the overlay). We should somehow force the ModelExplorer refresh when the page is closed.
r10528: Fix a small bug when selecting a Page with an overlay
> Small issue: The overlay is refreshed only when the ModelExplorer is refresh. Closing a page do not refresh the ModelExplorer. You have to activate the ModelExplorer view to refresh it (i.e. to update the overlay). Fixed in r10566
*** Bug 291193 has been marked as a duplicate of this bug. ***