function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdcbynitesfdcbynite 

eclipse save not saving to SFDC

Until recently, whenever I would hit ctrl-S, not only would eclipse save my code locally, but it would also save to SFDC. A few days ago, for no reason I can see, it stopped. Now it just saves locally and I have to right-click - force.com - save to server which is a pain as it runs in the foreground, not the background, and it's more typing and clicks.

Anybody experienced such a problem? Solution? thanks.
Best Answer chosen by Admin (Salesforce Developers) 
sfcksfck

I'm on 3.6 on Windows, but this might work for you

 

window > preferences > general > workspace

 

See if "Build Automatically" (at the top of the dialogue box) is ticked - if not then tick it 

 

Not sure why it would just disappear though.

 

 

 

 

 

All Answers

sfdcbynitesfdcbynite
I am using eclipse 3.5 on ubuntu with API 23.0
sfcksfck

I'm on 3.6 on Windows, but this might work for you

 

window > preferences > general > workspace

 

See if "Build Automatically" (at the top of the dialogue box) is ticked - if not then tick it 

 

Not sure why it would just disappear though.

 

 

 

 

 

This was selected as the best answer
TejTej

 

Try Right click on your project -- >Properties --- >force.com--->Project Contents---->Add/remove button and see if all ur classes, pages n triggers are checked.

 

 

sfdcbynitesfdcbynite
Thanks sfck, that worked!