[RESOLVED] scanNextFile() and dontRescanIfAlreadyInList

For testing I wanted to force the scanner to rescan all plugins every time using the Profiler in loop… but I found that to force a rescan I had to make a slight change to PluginDirectoryScanner::scanNextFile()

Line 91:

if (file.isNotEmpty() && (! dontRescanIfAlreadyInList || ! list.isListingUpToDate (file, format)))

Cheers,

Rail

Thanks for the commit

Rail