Bug 558475

Summary: Extend String Cell Editors to call EMFFormsControlProcessorService if available
Product: [Modeling] ECP Reporter: Eugen Neufeld <eneufeld>
Component: EMF FormsAssignee: Project Inbox <emfcp.emfforms-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jhelming
Version: 1.23.0Keywords: test
Target Milestone: 1.24.0   
Hardware: PC   
OS: Linux   
See Also: https://git.eclipse.org/r/154797
https://git.eclipse.org/c/emfclient/org.eclipse.emf.ecp.core.git/commit/?id=019c06012dd63c68c8a096ca27f342e1715d8ca7
Whiteboard:

Description Eugen Neufeld CLA 2019-12-19 10:57:19 EST
Currently the renderers are calling the EMFFormsControlProcessorService if it is available. The same should happen for the Cell Editors. Initially this should be added to all cell editors which extend StringBasedCellEditor .
Comment 1 Eclipse Genie CLA 2019-12-19 11:26:26 EST
New Gerrit change created: https://git.eclipse.org/r/154797
Comment 3 Jonas Helming CLA 2020-02-03 15:02:36 EST
Shouldn this have the "test" tag? If a processor is registered, it could change the behavior, couldnt it?
Comment 4 Eugen Neufeld CLA 2020-02-03 16:21:30 EST
If you have registered EMFFormsControlProcessorService please test that your cell editors are still working as expected.