Community
Participate
Working Groups
Build Identifier: 20100318-1801 Through the development of tools for not expert users in MDA, I chose to use MoDisco browser. So I need to hide some browser elements allowing to have simplified ui. To satisfy my needs, I had refactoring classes “EcoreBrowser.java”, “MetaclassViewer.java” . There is a patch "org.eclipse.gmt.modisco.infra.browser": - I added "DND.DROP_COPY|DND.DROP_MOVE" on “DragAdapter.java” - I changed the visibility of "createContextMenu" method in "protected" on “MetaclassViewer.java” - I changed the method visibility of "createTreeToolBar" in protected on “EcoreBrowser.java” - I changed the type of propertySheetPage to IPropertySheetPage (Initially in PropertySheetPage) on “EcoreBrowser.java” So, I managed the different type “PropertySheetPage” and “TabbedPropertySheetPage” in the code of “EcoreBrowser.java “. I managed “TabbedPropertySheetPage” to include EEF in MoDisco browser. Best regards, Nicolas Payneau Reproducible: Always
Created attachment 167697 [details] Patch to improve "org.eclipse.gmt.modisco.infra.browser" extensibility
Thank you for your patch. I applied it to the trunk (for 0.9).
The patch has been successfully applied.