You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Programmatically-defined widgets have support for .diagnosticsProvider(), which are used for example in the default details view to expose EMF Diagnostics (see how EStringIfDescriptionProvider.getTextareaDescription(), PropertiesValidationProvider and DomainValidator work together to implement this).
However this capability is not exposed to View-based Forms. form.ecore does not provide any way to configure diagnostics for a widget, and given this lack of input ViewFormDescriptionConverterSwitch configures all the widgets it produces with no diagnostics provider (.diagnosticsProvider(variableManager -> List.of())).
The text was updated successfully, but these errors were encountered:
Programmatically-defined widgets have support for
.diagnosticsProvider()
, which are used for example in the default details view to expose EMF Diagnostics (see howEStringIfDescriptionProvider.getTextareaDescription()
,PropertiesValidationProvider
andDomainValidator
work together to implement this).However this capability is not exposed to View-based Forms.
form.ecore
does not provide any way to configure diagnostics for a widget, and given this lack of inputViewFormDescriptionConverterSwitch
configures all the widgets it produces with no diagnostics provider (.diagnosticsProvider(variableManager -> List.of())
).The text was updated successfully, but these errors were encountered: