Eclipse逐步完成撤消注释

时间:2023-02-05 12:13:44

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.

当我在Eclipse 3.4.2中的Java编辑器中撤消一系列步骤时,游标会跳过一堆与任何更改无关的注释 - 只有方法注释(例如./ **),而不是内联注释。

Does this happen to anyone else? Any solutions to stop it?

其他人也有遇到同样的状况吗?任何阻止它的解决方案?

2 个解决方案

#1


stop editing your source code while debugging ;)

在调试时停止编辑源代码;)

#2


Doesn't happen on Eclipse 3.6 so accepting this to close it

在Eclipse 3.6上不会发生这种情况,所以接受它来关闭它

#1


stop editing your source code while debugging ;)

在调试时停止编辑源代码;)

#2


Doesn't happen on Eclipse 3.6 so accepting this to close it

在Eclipse 3.6上不会发生这种情况,所以接受它来关闭它