mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Compare with now offers files from Download folder too
This commit is contained in:
parent
c0267262e8
commit
17ac4d92ea
1 changed files with 5 additions and 1 deletions
|
|
@ -49,14 +49,18 @@ void IdeBackgroundThread()
|
|||
dir.FindAdd(NormalizePath(d));
|
||||
Sleep(0);
|
||||
}
|
||||
|
||||
for(String d : dir)
|
||||
GatherAllFiles(d, filei, file);
|
||||
|
||||
GatherAllFiles(GetDownloadFolder(), filei, file);
|
||||
|
||||
{
|
||||
Mutex::Lock __(s_allfiles_lock);
|
||||
s_allfiles = pick(file);
|
||||
s_allnests = dir.PickKeys();
|
||||
}
|
||||
|
||||
|
||||
ide_bg_scheduler.Wait();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue