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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -