-3

Is there a way to disable the "Do you want to save changes" dialog for Notepad on Windows 10?

I mainly use it as a temporary editor (to monitor the clipboard or to write text for dynamically managed web content, lest I accidentally cancel an action, etc.)

And IF I want to save something, I'm gonna save it. I really don't need that feature with Notepad ("Serious" work I do in Notepad++)

If not, I'll just make my own Notepad in Visual Studio, where I'll include the option of making this choice - but it would be nice if I didn't have to :)

Ben Philipp
  • 1,832
  • 1
  • 14
  • 29
  • Why don't you use Notepad++ for everything then? It auto-caches temporary buffers when you close the app, for instance, with the Preferences/Backup/Remember current session option. – Ken Y-N Nov 17 '16 at 02:20
  • No big reason, i just like to keep the two separate – Ben Philipp Nov 17 '16 at 11:11

1 Answers1

0

Nope. Get busy with Visual Studio.

No settings in the application and looking at the registry reveals only settings for word wrap, visibility of status bar, and window position.

Joseph Willcoxson
  • 5,853
  • 1
  • 15
  • 29