Awesome
NppQuickSearchPanel
NppQuickSearchPanel is deprecated. Please check NppLogGazer for the QuickSearchPanel and more. Thanks for all your support!
Description
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.
Features
- Manage your frequently used keywords in a list.
- Click on keywords to search.
- Provide multiple search options and regular expression support.
How to install
Copy the NppQuickSearchPanel.dll to the plugins folder in your Notepad++ directory.
Important Note: NppQuickSearchPanel only support the Unicode version of Notepad++.
How to use
Open up Notepad++, click the Show QuickSearchPanel button in the toolbar, or use menu Plugins / NppQuickSearchPanel / Show QuickSearchPanel.
- Input keyword in the text box. Click Add button or just press <kbd>Enter</kbd> to add the keyword to the list.
- <kbd>Click</kbd> on the keyword in the list to search forward. <kbd>Shift</kbd> + <kbd>Click</kbd> to search backward.
- <kbd>Ctrl</kbd> + <kbd>Click</kbd> on the keyword to launch Notepad++ Find dialog with selected keyword pasted in "Find what" automatically.
- Use Remove button to remove the selected keyword. You can also change the order of selected keyword by using Move up and Move down.
- Use Import/Export to load/save current keywords list.
How to build
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
Contributors
Credits
- NppPlugin.NET.v0.6, the C# Notepad++ plugin template is brought to you by ufo-pu55y.
- The nice toolbar icons come from famfamfam.com, under Creative Commons Attribution 3.0 License.
About Notepad++
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.