For some reason, when I’m modifying a JSP file (not always, only occasionally), when I type, the editor seems to try to treat each keystroke as a command. It attempts to process each keystroke for a split second, but doesn’t write the output to the screen. When this happens, I’ve gone to other Java files and they aren’t affected. If I close and reopen the JSP file, it’ll be fine.
What I’ve noticed is that after typing a letter, if I move the cursor up a line, then the keystroke change I made will be shown. If I try to press DEL, then I get this error: “The command for the key you pressed failed.” However, if I move the cursor up a line, then the appropriate character is deleted. Another oddity is that, if I type a string of characters w/o pausing, when I move the cursor up a line, the word is inserted backwards.
I’ve only been using MyEclipse for 2 wks, but have had this problem 5 or 6 times. It’s quite annoying. I’m not sure if I hit some special key combination that tells the editor to listen for other keystrokes or not, but I wish this would stop. Any help is greatly appreciated. Thanks.