xml 自动完成失败

发布于 2024-11-24 05:51:35 字数 304 浏览 2 评论 0原文

我使用 eclipse Galileo 3.6,直到昨天我将 ADT 更新到版本 12 时,它都工作正常。现在,当我尝试使用快速代码自动完成(即使用 Ctr+空格键)时,例如“fill_parent”而不是“match_parent”或其他任何内容新代码插入但删除了以下行代码的很大一部分。

我尝试重新安装ADT和Eclipse,但还是一样。

令人难以置信的是,它在 Motordev 中工作得很好,但我不习惯使用它。

有人可以解决这个问题吗?或者我如何成功删除 ADT,以便下载旧的?我尝试从帮助软件中卸载,但它仍然存在。

谢谢

I use eclipse Galileo 3.6 it worked fine till yesterday when I updated ADT to the version 12. Now, when I try to use the quick code autocomplete (that's using Ctr+spacebar) such as "fill_parent" instead of "match_parent" or whatever else the new code inserts but erase a great part of the following line code.

I tried to reinstall ADT and Eclipse but it's the same.

Incredible it works fine inside Motordev but I'm not used to work with it.

Can someone have idea to solve this problem or how, I successfully can remove ADT so I download the old one? I tried to uninstall from the help software but it is still there.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

薄情伤 2024-12-01 05:51:35

这个答案有点晚了,但也许对其他人有帮助。如果您尚未输入引号,自动完成功能似乎只会出现此问题。因此,不要在这里点击自动完成:

android:layout_width=

而是在这里点击它:

android:layout_width="

This answer is a little late but maybe it will help someone else. The autocomplete seems to only have this issue if you haven't entered your quote marks yet. So instead of hitting autocomplete here:

android:layout_width=

hit it here instead:

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