A Notepad++ plugin for quick search.
Copy the NppQuickSearchPanel.dll to the plugins folder in your Notepad++ directory.
Important Note: NppQuickSearchPanel only support the Unicode version of Notepad++.
NppQuickSearchPanel is a notepad++ plugin which stores your favourite keywords in a list, providing fast and convenient searching. You can perform search on any keywords by a click.

Open up Notepad++, click the
Show QuickSearchPanel button in the toolbar, or use menu Plugins / NppQuickSearchPanel / Show QuickSearchPanel.
Build with Visual Studio 2013. If you encounter a "The system cannot find the file specified" error when building the project, add the location of NETFX Tools to your Path environment variable.
For 64-bit system and Visual Studio 2013, the typical location of NETFX Tools is
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools
For 32-bit system, the typical location is
C:\Program Files\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. For more information, please refer to the official site.