I'm working on a Minecraft mod and I messed up big time, there is errors everywhere. Is there a way to exit Eclipse without saving? I remember exiting Eclipse not too long ago where my workspace didn't have a crap ton of errors.
Asked
Active
Viewed 984 times
0
-
You can just close it **but** maybe more helpful would be to right click and compareTo -> Local History – Scary Wombat Sep 21 '17 at 23:58
-
2This is why SCCS are useful even if you're the only developer. – azurefrog Sep 21 '17 at 23:59
-
if i exit it will save automatically – justin49088 Sep 22 '17 at 00:00
-
@azurefrog *SCCS* Wow that is name from the past ;-) – Scary Wombat Sep 22 '17 at 00:02
-
@ScaryWombat Heh, I didn't mean literally SCCS (nowdays I use git), I mean just any Source Code Control System, but SCCS was the first SCCS I ever used.. ;-) – azurefrog Sep 22 '17 at 00:02
-
can i exit without saving what if i just ended the process in task manager?? – justin49088 Sep 22 '17 at 00:05
-
what happens if you try to click a windows with changes made - I guess it will prompt you to save or not. **BUT** did you read my first comment? – Scary Wombat Sep 22 '17 at 00:07
-
im new to eclipse its easier for me to go from last save :/ – justin49088 Sep 22 '17 at 00:09
1 Answers
0
When it comes to Eclipse: if you are seeing a bunch of new errors, that means your code has already compiled and thus has already been saved. You can revert via local history, however.
It is possible to turn off eclipse auto-saving before you attempt to run (and compile) your code... but that will just force you to manually save if you want to run (and compile) your code.
If you are adverse to using Version Control, you can always just duplicate your project as a new file before implementing major changes.

Anthony Audette
- 124
- 1
- 8