gpt4 book ai didi

eclipse - 如何避免 Eclipse 2020-03 中 GWT ui.xml 文件的错误消息(语言服务器)

转载 作者:行者123 更新时间:2023-12-05 01:36:23 24 4
gpt4 key购买 nike

在我基于 GWT 2.8 的项目中,Eclipse 2020-03 在标记 -> 语言服务器下向我显示了很多错误消息我确信这些都不是错误。由于某种原因,Eclipse 无法正确解释 ui.xml 文件。应用程序编译并运行良好:

error messages in eclipse

我对 XML 验证的 eclipse 范围设置如下:

eclipse settings

没有针对此项目的特定设置

这是 something.ui.xml 文件的一个示例的摘录(不是完整的源!!!)。该项目包含许多这样的文件:

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:b="urn:import:org.gwtbootstrap3.client.ui"
xmlns:a="urn:import:com.myapp.client.widgets"
ui:generateFormat="com.google.gwt.i18n.rebind.format.PropertiesFormat"
ui:generateKeys="com.google.gwt.i18n.server.keygen.MD5KeyGenerator"
ui:generateLocales="default" >

<ui:with type="com.myapp.resources.text.CommonMessages" field="msgs" />
<ui:with type="com.myapp.resources.text.SummaryMessages" field="sMsgs" />

<b:Modal closable="true" fade="true" dataBackdrop="STATIC" dataKeyboard="true"
b:id="dialog"
ui:field="dialog">
<b:ModalHeader title="{sMsgs.transferOwnership}" />
<b:ModalBody>
<g:HTML><ui:text from="{sMsgs.transferOwnershipDescription}"/></g:HTML>

<b:ListBox
ui:field="userListBox"
multipleSelect="false"
width="100%"
/>

<b:Alert type="DANGER" ui:field="participantWarning">
<b:Icon type="WARNING"/>
<g:HTML><ui:text from="{sMsgs.transferOwnershipNotParticipantWarning}" /></g:HTML>
</b:Alert>
</b:ModalBody>
<b:ModalFooter>

这些是错误信息: error messages

鼠标悬停在错误上总是显示: individual error message

虽然上面声明了:[...]

xmlns:b="urn:import:org.gwtbootstrap3.client.ui"

[...]

导入:应用程序编译并运行良好。所以我只想抑制那些错误消息(错误显示),因为它们并不是真正的错误消息。 :-)

这些资源可能会有帮助:

最佳答案

您可以通过取消选中 Eclipse -> Preferences -> Language Servers -> XML 中的框来禁用此验证。

关于eclipse - 如何避免 Eclipse 2020-03 中 GWT ui.xml 文件的错误消息(语言服务器),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62113303/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com