Community
Participate
Working Groups
We need a copy of the table widget components - to change the facet and customization framework - to change the meta-model version - to add new interface methods All of this without any API breaks.
Created attachment 208436 [details] org.eclipse.emf.facet.widgets.table.metamodel Here is the plug-in org.eclipse.emf.facet.widgets.table.metamodel which contains - copy of code from org.eclipse.emf.facet.widgets.nattable.instance. - some refactoring provided by myself. (a) I, Gregoire Dupe, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features.
Created attachment 208437 [details] org.eclipse.emf.facet.widgets.table.ui Here is the plug-in org.eclipse.emf.facet.widgets.table.ui which contains - copy of code from org.eclipse.emf.facet.widgets.nattable ; - some refactoring provided by myself. (a) I, Gregoire Dupe, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features.
Created attachment 208438 [details] org.eclipse.emf.facet.widgets.table.ui.nattable Here is the plug-in org.eclipse.emf.facet.widgets.table.ui.nattable which contains - copy of code from org.eclipse.emf.facet.widgets.nattable. - some refactoring provided by myself. (a) I, Gregoire Dupe, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features.
Created attachment 208439 [details] org.eclipse.emf.facet.widgets.table.ui.workbench Here is the plug-in org.eclipse.emf.facet.widgets.table.ui.workbench which contains - copy of code from org.eclipse.emf.facet.widgets.nattable.workbench - some refactoring provided by myself. (a) I, Gregoire Dupe, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features.
Comment on attachment 208436 [details] org.eclipse.emf.facet.widgets.table.metamodel I've commit this new plug-in. Committed revision 1275.
Comment on attachment 208437 [details] org.eclipse.emf.facet.widgets.table.ui I've commit this new plug-in. Committed revision 1277.
Comment on attachment 208438 [details] org.eclipse.emf.facet.widgets.table.ui.nattable I've commit this new plug-in. Committed revision 1279.
Comment on attachment 208439 [details] org.eclipse.emf.facet.widgets.table.ui.workbench I've commit this new plug-in. Committed revision 1281.
I've created a new ".table" editor which can deal with any version of the tableinstance meta-model. Committed revision 1337.
Created attachment 208704 [details] org.eclipse.emf.facet.widgets.table.metamodel.edit plug-in You can fin as an attachment the source of the plug-in org.eclipse.emf.facet.widgets.table.metamodel.edit. This plug-in has generated using EMF and from data already existing in EMF Facet. There then no IP issues.
Comment on attachment 208704 [details] org.eclipse.emf.facet.widgets.table.metamodel.edit plug-in I've committed this plug-in.
I’ve finished the widget component copy. I’ve finished to fix the test contained in org.eclipse.emf.facet.widgets.table.tests. I’ve disables v0_2 resources and enables v0_1 resources in the plugin.xml of the unit test because when we will change the facet meta-model v0_1 test must not fail and the v0_2 test resource will have to be modified anyway. I’ve enable the new test plug-in in the build.
This bug can be closed.