mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 21:34:58 +02:00
[NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1210 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
4a794ac8b1
commit
9b341806ae
@ -4270,18 +4270,6 @@ void Notepad_plus::getCurrentOpenedFiles(Session & session, bool /*includUntitle
|
||||
|
||||
Buffer * buf = MainFileManager->getBufferByID(bufID);
|
||||
|
||||
if (!buf->isUntitled())
|
||||
{
|
||||
// if the file doesn't exist, it could be redirected
|
||||
// So we turn Wow64 off
|
||||
bool isWow64Off = false;
|
||||
NppParameters *pNppParam = NppParameters::getInstance();
|
||||
if (!PathFileExists(buf->getFullPathName()))
|
||||
{
|
||||
pNppParam->safeWow64EnableWow64FsRedirection(FALSE);
|
||||
isWow64Off = true;
|
||||
}
|
||||
|
||||
if (PathFileExists(buf->getFullPathName()))
|
||||
{
|
||||
generic_string languageName = getLangFromMenu(buf);
|
||||
@ -4309,14 +4297,6 @@ void Notepad_plus::getCurrentOpenedFiles(Session & session, bool /*includUntitle
|
||||
}
|
||||
viewFiles->push_back(sfi);
|
||||
}
|
||||
|
||||
// We enable Wow64 system, if it was disabled
|
||||
if (isWow64Off)
|
||||
{
|
||||
pNppParam->safeWow64EnableWow64FsRedirection(TRUE);
|
||||
isWow64Off = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
_invisibleEditView.execute(SCI_SETDOCPOINTER, 0, oldDoc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user