Skip to content

xuxu-ning/NppQuickSearchPanel

 
 

Repository files navigation

NppQuickSearchPanel

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.

screenshot

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 pluginiconShow QuickSearchPanel button in the toolbar, or use menu Plugins / NppQuickSearchPanel / Show QuickSearchPanel.

  • Input keyword in the text box. Click addAdd button or just press Enter to add the keyword to the list.
  • Click on the keyword in the list to search forward. Shift + Click to search backward.
  • Ctrl + Click on the keyword to launch Notepad++ Find dialog with selected keyword pasted in "Find what" automatically.
  • Use removeRemove button to remove the selected keyword. You can also change the order of selected keyword by using moveupMove up and movedownMove down.
  • Use importImport/exportExport to load/save current keywords list.

How to build

Build with Visual Studio 2013 or later. 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

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.

About

Notepad++ plugin for quick search.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%