Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing and saving a text file always shows Save As dialog

I've been wanting to use Visual Studio 2013 Preview for editing some simple Python scripts. I open the script, edit as usual. But when I hit 'ctrl-s', Visual Studio 2013 Preview takes me to a 'Save As' dialog.

The file name hasn't changed, and the file path is right, so it's not damaging.

How can this be solved to allow me to save as I expect?

like image 321
SheerSt Avatar asked Jul 26 '13 21:07

SheerSt


People also ask

When you save a document the dialog box that appears is?

On the File menu, click Save As to open the Save As dialog box. This lets you save a copy of the open project as a template or as a new project with a different name and location. The Save As dialog box is a standard Windows dialog box.

How many time the dialog box for Save As displays when you choose Save As option?

The Save As dialog box appears two times when you try to save a file in Word.

What is the use of Save dialog box?

The Save As dialog box lets the user specify the drive, directory, and name of a file to save. You create and display a Save As dialog box by initializing an OPENFILENAME structure and passing the structure to the GetSaveFileName function.

Where is options in the Save As dialog box?

Click Options at the bottom-left side of the screen. Word displays the Word Options dialog box. At the left side of the dialog box click Save. Word changes the settings available in the dialog box.


1 Answers

try running VS as admin or change the permissions of the file (right click on it and click properties ) and see if it's marked as read only.

like image 199
Nikola Sivkov Avatar answered Oct 12 '22 20:10

Nikola Sivkov