|
|
|
It is the third time that the described problem occurs for me. The real problem is that in my case the undo DOES NOT WORK (after selecting OK, nothing happens, no undo is done). So you can't undo, you have just to restart from scratch with your last version in the repository !
This issue is really annoying and I'm getting it more often these days. I'm running build #4222 on jdk1.6.0-84 on winxpsp2.
This is such a fundamental editor feature that is so plainly broken. If you can't reproduce it, can't you guys instrument the code so we could report more helpful data when this happens on random occasions? For example, I just got a "Undo Quick Documentation Lookup?" dialog. This should basically never happen (what is there to undo for a read-only action, really?). You should add an assert somewhere that would fail when such an action gets added to the undo stack. At least, you would have something to start looking at. This is such a frustrating little detail as it prevents to undo any further. A REPRODUCIBLE TESTCASE! On both Windows & Linux, if that makes any difference.
Given the attached source: public class PleaseFixUndo { (Note that the source is broken on purpose; "myndo" should be red) o Place cursor where <CURSOR> is Finally! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IDEA-4302&IDEA-4022