更改默认验证消息
使用 EMF 验证来验证模型时,我收到错误消息,例如
具有 0 个值的“blah”特征“blah”必须至少有 1 个值
此消息可能会让用户感到困惑,我是否可以使用自定义消息覆盖特定元素/属性的此错误消息?也许在一个模式中?
Using EMF Validation to validate model I get error messages such as
The feature 'blah' of 'blah' with 0 values must have at least 1 values
This message might be confusing to user, is there anyway I can override this error message for particular element/attribute with custom message? In a schema perhaps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们通过在
plugin_en.properties
文件中添加新的org.eclipse.emf.ecore
片段以及新消息文本来完成此操作。这些将优先于plugin.properties
中的文本...We have done this by adding a new fragment for
org.eclipse.emf.ecore
with our new message texts in the fileplugin_en.properties
. These will take precedence over the texts inplugin.properties
...