I was just working with an Ant build file in MyEclipse 7-M2 on Windows XP SP3 with JDK 1.6.0_07, and noticed that undo isn’t working properly. If I type new characters, I can undo that, but any deletions, cut-paste, etc, are not being added to the undo buffer.
In more detail:
1. If I type character, the undo option becomes enabled and works.
2. As soon as I do a deletion, the previously available undo goes away, and all future typing fails to hit the undo buffers. It seems like the only way to restore the first undo shot is to restart the entire IDE.
My IDE is installed from Pulse, with the latest updates and only plugins available through Pulse. The ones I have are AnyEdit Tools, SWT Win32 Extensions, and Jira Dashboard.
Has anybody else seen/reported this? Is there a fix/hack/workaround? For now I’ll have to change my build.xml files to open with the default text editor, hoping that’ll work, since this is a serious pain.