Eclipse 逐步执行撤消注释
当我在 Eclipse 3.4.2 中的 Java 编辑器中撤消一系列步骤时,光标会跳过一堆与任何更改无关的注释 - 仅是方法注释(例如 /**
),而不是内嵌评论。
其他人也有遇到同样的状况吗? 有什么解决办法可以阻止它吗?
When I undo a sequence of steps in a Java editor in Eclipse 3.4.2, the cursor skips over a bunch of comments unrelated to any change - only the method comments (eg. /**
), not inline comments.
Does this happen to anyone else? Any solutions to stop it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调试时停止编辑源代码;)
stop editing your source code while debugging ;)
在 Eclipse 3.6 上不会发生这种情况,因此接受此操作即可将其关闭
Doesn't happen on Eclipse 3.6 so accepting this to close it