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
Post a Comment