如何在 Eclipse ant 编辑器中启用撤消功能?
在 Eclipse 的 ant 编辑器中,撤消对我不起作用。 当我按 Ctrl-Z 时,没有任何反应。
是否可以以某种方式启用撤消或者这是一个错误?
我在 Windows XP Professional 上使用 Eclipse 3.4.2 (Ganymede)。
Undo is not working for me in ant editor in eclipse.
When I press Ctrl-Z nothing happens.
Is it possible to enable undo somehow or is this a bug?
I am using Eclipse 3.4.2 (Ganymede) on Windows XP Professional.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,撤消操作应该可以在 Ant 编辑器中完美运行。
对于
Ctrl-Z
不起作用可能意味着:Windows > Preferences > General > Keys
),Windows > 首选项 > 常规 > 编辑器 > 文本编辑器
)尝试全新安装,并检查最新的 Galileo( 3.5RC2) 安装以查看问题是否仍然存在。
注意:zvikico
在 快速搜索,以下错误可能可以解释您的情况:
,最后:
Yes undo should be working perfectly in an ant editor.
For
Ctrl-Z
to not workcould mean:Windows > Preferences > General > Keys
)Windows > Preferences > General > Editors > Text Editor
)Try a fresh install, and check also with a latest Galileo (3.5RC2) install to see if the problem persist.
Note: zvikico mentions the existence of a known bug with ant editor in 3.4.2
After a quick search, the following bugs might explain your situation:
and finally:
我看到这篇文章很旧了,但我正在为通过搜索引擎找到此文章的人添加回复。
当我对代码的一部分做了一个小更改,而这反过来又在代码的另一部分中触发了意外的无限循环时, Ctrl-Z 停止在 Eclipse 中为我工作。
system.out.println( )
来识别触发无限循环的代码部分。I see this post is very old, but I am adding a response for the people who find this through the search engines.
Ctrl-Z stopped working in eclipse for me when I made a small change in one part of my code which in turn triggered an unexpected infinite loop in a different part of my code.
system.out.println()
to identify the part of the code where the infinite loop was being triggered.如果 CTRL-Z(撤消)不再起作用,您可以尝试一下。 它对我有用:
转到首选项 -> 一般-> 键并单击应用按钮或恢复默认值按钮
If the CTRL-Z (undo) does not work anymore, you might try that. It worked for me:
go to Preferences -> General -> Keys and click on apply button or restore defaults button