Reputation: 16614
Undo is not working for me in ant editor in eclipse. When I press Ctrl-Z nothing happens.
Is it possible to enable undo somehow or is this a bug?
I am using Eclipse 3.4.2 (Ganymede) on Windows XP Professional.
Upvotes: 8
Views: 19736
Reputation: 21
If the CTRL-Z (undo) does not work anymore, you might try that. It worked for me: go to Preferences -> General -> Keys and click on apply button or restore defaults button
Upvotes: 2
Reputation: 9191
I see this post is very old, but I am adding a response for the people who find this through the search engines.
Ctrl-Z stopped working in eclipse for me when I made a small change in one part of my code which in turn triggered an unexpected infinite loop in a different part of my code.
system.out.println()
to identify the part of the code where the infinite loop was being triggered. Upvotes: 2
Reputation: 1324757
Yes undo should be working perfectly in an ant editor.
For Ctrl-Z
to not workcould mean:
Windows > Preferences > General > Keys
)Windows > Preferences > General > Editors > Text Editor
)Try a fresh install, and check also with a latest Galileo (3.5RC2) install to see if the problem persist.
Note: zvikico mentions the existence of a known bug with ant editor in 3.4.2
After a quick search, the following bugs might explain your situation:
and finally:
Upvotes: 10