vote up 2 vote down star
1

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?

flag

3 Answers

vote up 1 vote down

Thanks a bunch for registry fix. It worked for me!!

link|flag
vote up 5 vote down check

In case anyone is interested, resetting the following registry entry to 0 will restore the previous behaviour:

HKCU\Sofware\Microsoft\Visual Studio\9.0\Source Control\UncontrolledInMemoryEditDialogSuppressed
link|flag
Do you want someone (a.k.a. me) to echo this answer so you can mark your question as answered? – flipdoubt Nov 21 '08 at 11:26
vote up -2 vote down

Actually, the most logical thing to do is this:

  1. If A file is not intended to be edited, mark it read only
  2. If A file is intended to be edited, mark it writable!

This is in part the whole point of the read only attribute.

If you think I am somehow wrong, sure, down mod me, but everyone else logically should agree with me, because presently, its not overly clear why it is you have the need to use things the wrong way.

Until the explanation is expanded upon, your problem is on par with complaining why, when you delete something, you can't later get it back.

link|flag
some silly version control systems mark the file as read only or sometimes when files are copied to a machine from another source the attributes are brought over - and not explicitly set by the user... I for one think the SourceSafe model of write protecting a file is nonsense. – tim Nov 19 '08 at 21:08
I shouldn't have to flip a bit or check out a file to modify it. Only hen I commit should I need to be aware of changes. – tim Nov 19 '08 at 21:09
1  
You're missing the point. I'm not looking to be re-educated on how to use my text editor, I'm wondering if there is any way to restore the behaviour that existed yesterday, where I could make local changes without having to switch applications. Thanks though, for your insight. – Winston Smith Nov 19 '08 at 23:24

Your Answer

Get an OpenID
or

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