LWJGL Forum

Programming => General Java Game Development => Topic started by: Morgrog on January 14, 2004, 16:55:26

Title: undo (Ctrl-Z) buffer in Eclipse is too small
Post by: Morgrog on January 14, 2004, 16:55:26
Are there any ways to set a bigger value for the undo command in Eclipse?

I love to ctrl-Z all my way back to nadaland :)
Title: undo (Ctrl-Z) buffer in Eclipse is too small
Post by: the2bears on January 14, 2004, 17:01:30
You could code less bugs into your code:)
Title: undo (Ctrl-Z) buffer in Eclipse is too small
Post by: michaelj on February 21, 2004, 15:29:50
Just ensure you save a bit more frequently, and then you can rely on the local history (change the preferences so that you have plenty of history stored).