views:

15

answers:

2

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.

Can I disable this message with the default action of reloading?

+2  A: 

Yes: "Tools" - "Options" - "Environment" - "Documents" - "Auto-load changes when saved" (VS2008)

alt text

ur
@ur : Thanks, you'd better add "Tools" as the starting point.
prosseek
A: 

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.

Kate Gregory