GWT UIbinder 自动完成非常慢
我正在使用 Eclipse Ganymede 版本 3.4 开发 GWT2.3。 使用 UIBinder
时,自动完成功能(建议)非常慢。
在这种情况下我不知道该怎么办。我需要添加一些插件或文件。 工作起来太慢了。
I am working on GWT2.3 with Eclipse Ganymede version 3.4.
While working with UIBinder
, the auto complete feature (suggestions) is very slow.
I am not getting what to do in this situation. I need to add some plugins or files.
It too slow to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注释掉 DOCTYPE 作为解决方法。它为我解决了这个问题。
这里有关于此问题的讨论:
http://code .google.com/p/google-web-toolkit/issues/detail?id=6262
Cave 发布的解决方案(评论 #27)似乎是最简单的解决方案。
Comment out the DOCTYPE as a work around. It resolved the issue for me.
There's a discussion about this issue here:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6262
And the solution posted by cave (comment #27) seems to be the easiest solution.