Interface with Search Results Window
A Python Scripting plugin for Notepad++
Status: Beta
Brought to you by:
davegb3
This would probably require an API change to Notepad++ but it would be awesome if we could write search results into the Search Results Window. Notepad++ regex search is very limited but Python regex could easily cover the gap if we could do this.
The advantage over other methods like bookmarking found lines is that the Search Results Window provides a clean list of results with clickable links back to the main document.