vote up 0 vote down star

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?

flag

53% accept rate
Do you have any automated source formatting enabled? Perhaps it's performing a formatting step (on file save, for e.g.) and your undo list then contains those automated formatting steps. – David Citron Jun 10 at 17:38
There's no save step between the undo's. I type some code, type some more, undo (jumps to a comment), undo (un-does code), undo (jumps to a comment), undo (un-does more code). Odd. – Damo Jun 10 at 18:22

1 Answer

vote up 1 vote down

stop editing your source code while debugging ;)

link|flag
Thanks but I'm not debugging. – Damo Jun 10 at 11:59
oh, sorry. I'm using eclipse 3.3.2 and my editors started showing occasional flakey behaviour, too. I learned to stop editing these files the hard way, because once that happens any further changes will only set actual code and displayed code further apart. Just close the editor and open it again. – Stroboskop Jun 10 at 12:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.