Community
Participate
Working Groups
Steps to reproduce : 1/ create an Ecore model with an EClass and an EDataType 2/ Select the root package and use : Open Ecore Tabular Editor 3/ The field Serializable is marked as N/A forThe Eclass, but if you double click on it, a combo is open to edit it! FYI, I can't reproduce this bug in the Interface Column!
Created attachment 194248 [details] Patch for Bug 342028 Implementation Hi, I've added a new method isSelectedCellEditable() called each time a edit action is perform on a table's cell. In order to do that, I've modified the EditBinding class so that it uses our own MouseEditAction which calls INatTableWidget2.editSelectedCell(). (before that, only the "Edit" key binding was redirected to this method, which was a mistake) (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
Created attachment 194695 [details] Patch for Bug 342028 SWTBot Test Hi, Please find attached a non regression test perform by SWTBot. In this patch I also changed : - the fact that the bot was declared static. - the way double click is performed is now SWTBot like, as a consequence I removed an unnecessary method from INatTableWidgetInternal:getCellPositionRelativeToDisplay() (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
Created attachment 194916 [details] Patch for Bug 342028 SWTBot Hi, There was a wrong URI in the previous patch, here is an updated one (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 194248 [details] Patch for Bug 342028 Implementation 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 635.
Comment on attachment 194916 [details] Patch for Bug 342028 SWTBot 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 635.
This bug can be marked as fixed.
This bug can be marked as closed.