So, up until today, when I tried to edit a read only file in VS2008, a dialog popped up giving me three options:
- Edit in memory
- Make writable
- Save a copy
There was also a checkbox which read "Never allow in memory edits".
Suddenly, it has stopped offering these options and simply will not accept any input in the editor window if the file is read only. I have to go into windows explorer and mark the file as not read only then reopen it in VS before I can make any changes. I'm working on a large project, with lots of source controlled files and often need to make local only changes to files, so this is a real PITA.
I'm guessing I must have checked the never allow in memory edits checkbox by mistake.
There is an option in Tools.. Options.. Documents which reads:
"Allow editing of read only files, warn when attempt to save"
This checkbox is ticked, and changing its value currently as no effect. I've tried closing and opening studio, restarting my machine etc - all to no avail.
Anyone know how to restore the previous behaviour?