更改默认验证消息

发布于 2024-11-04 19:29:29 字数 163 浏览 5 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

话少情深 2024-11-11 19:29:29

我们通过在 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 file plugin_en.properties. These will take precedence over the texts in plugin.properties...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文