Reputation: 191109
I use emacs to edit source code, and use visual studio ide to compile. However, I see the following message in visual studio when the source is modified.
http://img201.imageshack.us/img201/7264/reload.jpg
Can I disable this message with the default action of reloading?
Upvotes: 3
Views: 360
Reputation: 18974
After your build, before you switch to emacs, close the files. This prompt only occurs for open files. You can use the "close all" command to do so quickly.
Upvotes: 0
Reputation: 2957
Yes: "Tools" - "Options" - "Environment" - "Documents" - "Auto-load changes when saved" (VS2008)
Upvotes: 5