Community
Participate
Working Groups
- Do "Navigate > Open EPackage" - Select "http://www.eclipse.org/MoDisco/Java/0.2.incubation/java" - In the model browser, double click on "[EClass] ClassDeclaration" to open the properties view - Change property "Abstract" from "false" to "true" - Close the model browser - Reopen it on "http://www.eclipse.org/MoDisco/Java/0.2.incubation/java" - "Abstract" is set to "true" on "ClassDeclaration" The model browser already disallows creating new elements, deleting, etc. but it is still possible to modify the model using the properties view. It should be disabled as well.
Created attachment 167918 [details] patch This patch disables editing from the Properties view when the model shouldn't be edited, by using a CommandStack implementation that does not allow modification of the model.
Nicolas, You can go ahead with this patch. Regards, Hugo
Thanks. I committed the patch on 0_8_0.
Patch successfully committed.