Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ replace "Save" Common File Dialog Box

In Notepad++ (Windows 7), is there a way to disable the Common File Dialog Box when saving a file? I would like to replace it with the standard Save File Dialog Box.

Notepad++ uses this dialog box for saving:

I would like to use the following dialog box:

Adding shortcuts to "My Place" bar is not an option as I don't plan to use the Common File Dialog Box at all.

like image 585
ImYongSo Avatar asked Jun 08 '15 16:06

ImYongSo


People also ask

Where is options in the Save As dialog box?

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.

What is the Save As 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.

How we can save a file using Save File dialog control?

To save a file using the SaveFileDialog component. Display the Save File dialog box and call a method to save the file selected by the user. Use the SaveFileDialog component's OpenFile method to save the file. This method gives you a Stream object you can write to.

Which method is used to open Save dialog?

By pressing F12, Save As dialogue box will open.


2 Answers

The feature was implemented on 2017-01-30.

Settings > Preferences... > Default Directory > Enable "Use new style save dialog (without file extension feature)".

@Tamarindo94 found where the setting was a couple days ago:

  • https://github.com/notepad-plus-plus/notepad-plus-plus/issues/176#issuecomment-299876885
like image 112
XP1 Avatar answered Oct 19 '22 15:10

XP1


From the sounds of it this feature is on the books for the next release of Notepad++ once the support for XP goes away, details here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/176

like image 4
dmandave Avatar answered Oct 19 '22 16:10

dmandave