Community
Participate
Working Groups
When you open an EPackage in the Ecore Tabular Editor, the following customization is applied : _example_EcoreCustom (some element are displayed in Bold in the table), but when you use the dialog to Load a Customization, this file appears as not applied. I think the problem comes from the line 120 in org.eclipse.emf.facet.infra.browser.custom.ui.dialogs.LoadCustomizationsDialog. When you are in debug mode, you can see that you compare 2 nsURI to build the initial selected custom list: initiallySelectedCustomizationURI = platform:/plugin/org.eclipse.emf.facet.widgets.nattable.examples.ecore/_example_EcoreCustom.uiCustom#/ and availableCustomizationURI = emffacet:/customization/_example_EcoreCustom#/ So this comparison is false -> the custom appears as not applied.
Created attachment 192655 [details] Patch for Bug 342026 Hi Vincent, As a matter of fact, the _example_EcoreTableConfiguration.tableconfiguration file was not using the emffacet protocol to reference the default customization. Here is a patch fixing this, the customization now appears in the dialog as "loaded" when using the Ecore Tabular example. (a) I, Nicolas Guyomar, 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. Regards, Nicolas Guyomar
Comment on attachment 192655 [details] Patch for Bug 342026 Here is a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 498.
This bug can be marked as fixed.
This bug can be marked as closed.