Community
Participate
Working Groups
Build Identifier: M20110909-1335 It should not simply use get enum literal's "literal" property, but should use label provider to receive literal translation from model's edit plugin plugin.properties file Reproducible: Always Steps to Reproduce: 1. Edit some enum literal translation in plugin.properties of your model's edit plugin 2. Start ECP base app 3. See no changes in enum literal names in MEEnumControl
Created attachment 203448 [details] proposed patch
ooops, looks like it brokes control entirely
Created attachment 203482 [details] fixed patch, with some javadoc fix Works now. Had to use ComboViewer against simple Combo, because Combo provides only string values for data binding, which unsuitable for enum use case
resolved in master