mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
dc34284146
commit
4b7e1ac794
@ -3984,11 +3984,9 @@ void Finder::removeAll()
|
||||
|
||||
void Finder::openAll()
|
||||
{
|
||||
size_t sz = _pMainFoundInfos->size();
|
||||
|
||||
for (size_t i = 0; i < sz; ++i)
|
||||
for (auto&& path : getResultFilePaths())
|
||||
{
|
||||
::SendMessage(_hParent, WM_DOOPEN, 0, reinterpret_cast<LPARAM>(_pMainFoundInfos->at(i)._fullPath.c_str()));
|
||||
::SendMessage(_hParent, WM_DOOPEN, 0, reinterpret_cast<LPARAM>(path.c_str()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user