Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Coming from a Visual Studio background...

How do I tell Eclipse that it should auto save when ever I build rather than ask each time.

VS.NET has it under "Options", but I can't find it in Eclipse.

I use a Mac.

share|improve this question

3 Answers

up vote 32 down vote accepted

Go to Window -> Preferences -> General -> Workspace and there you can check "Save automatically before build" + "Build automatically"

share|improve this answer
2  
ur answer saved me downloading some plugin – Tarun Jun 17 '11 at 7:02
this is not what OP is asking for, see answer below @um.anusorn – Event Horizon May 31 at 12:29

if

Window -> Preferences -> General -> Workspace and there you can check "Save automatically before build" + "Build automatically"

don't work try this

Preferences -> Run/Debug -> Launching -> "Save dirty editors before launching"

share|improve this answer

Preferences -> run/debug ->launching -> Save required dirty editors before launching.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.