Search++ version 0.6.1 is available. This update enhances the Search++ Results list, including adding more detail to the search headers, implementing an “automatically purge” toggle and recognizing single-click in the margin. All comments, critiques and thoughts are welcome! @guy038 said: Would it be possible to add a Purge option, like in the context menu of the N++ Search results dialog ? Although written in your files list, I also noted that the number of scanned files is not reported in the Search++ Results** dialog, unlike with the N++ **Search results` dialog […] And, if possible, it would be best to include the chosen options of the current regex too, like Regex, Case,... ?! To end with, I noticed that, within the N++ Search results, it is possible to easily see all files which has matches, without seeing the matched lines This update addresses all those points. See the help for details about the commands in the results list. I’m not handling folding quite the same way as Notepad++ does. (It could be that in time I will decide to try to emulate Notepad++’s appearance and behavior more closely.) What I did was add a context menu option (also available as Shift+Enter or Shift+double-click) for search header lines that toggles the fold state of all documents in that search without folding the search itself. So if you select Expand/Collapse Search, or double-click, the search folds or unfolds with the folding of documents within it unchanged. If you select Expand/Collapse Documents, or Shift+double-click, when the search is expanded, all documents within that search either expand or collapse (the opposite of whatever is the state of the first document). I added a few other things, like clicking in a margin being equivalent to double-clicking in a header line or on the first position in a detail line. There is a purge toggle now, and search header lines include information about how many files were searched and the type of search (including modifiers).