notepad++ deleted files popup -


when delete file notepad++ displays below message:

the file "d:\xxx.txt" not exist more . keep file in editor?

can stop message , silently remove deleted files editor?

message box question displayed unconditionally. there cannot done removing chaging configuration.

if have necessary programming , app building skills , wish remove it, search notepad_plus::docloseornot in notepad++ source file <source root>\powereditor\src\notepad_plus.cpp , modify code accordingly – example return no (=do not keep file in editor) without showing dialog. build notepad++ these modified sources change there.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -