Skip to content

nex3z/NppLogGazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NppLogGazer

Description

NppLogGazer is a Notepad++ plugin with fancy search features, providing fast and convenient searching especially for log analysis. It contains two separate plugins: QuickSearchPanel for managing and searching frequently used keywords, and PatternTracer for tracking keywords sequence.

How to install

Copy the NppLogGazer.dll to the plugins folder in your Notepad++ directory.

Important Note: NppQuickSearchPanel only support the Unicode version of Notepad++.

QuickSearchPanel

screenshot

Features

  • Save your frequently used keywords in a list.
  • Click on keyword in the list to search.
  • Provide multiple search options and regular expression support.

How to use

Open up Notepad++, click the pluginiconShow QuickSearchPanel button in the toolbar, or use menu Plugins / NppLogGazer / Show QuickSearchPanel.

  • Input keyword in the text box. Select reg_expRegular Expression if it is a regular expression. Click addAdd button to add it to the list.
  • Click on the keyword in the list to search forward. Shift + Click to search backward. Search options: match_wordMatch Word, match_caseMatch Case and wrap_searchWrap Search.
  • Ctrl + Click on the keyword to launch Notepad++'s "Find" dialog with selected keyword pasted in "Find what" automatically. (Note: The "Regular expression" in Notepad++'s Find dialog won't be selected automatically, due to lacking of API support.)
  • Use deleteDelete button to remove the selected keyword. You can also change the order of selected keyword by using move_upMove Up and move_downMove Down.
  • Use openOpen.../saveSave As... to import / export current keywords list.
  • Use filterFilter to filter given keyword in the list.

PatternTracer

screenshot

Features

  • Build keyword pattern and track them down in the document by one click.
  • Save your patterns in a list.
  • Provide multiple search options and regular expression support.

How to use

Open up Notepad++, click the plugin_iconShow PatternTracer button in the toolbar, or use menu Plugins / NppLogGazer / Show PatternTracer.

  • Input pattern in the text box. A pattern is a keyword list. Each keyword takes one line and will be searched in the same order as they are positioned in the list. Select reg_expRegular Expression if you use regular expression.
  • Select search options: match_wordMatch Word and match_caseMatch Case.
  • Click searchSearch to search the pattern in the current document.
  • Use addAdd to add current pattern to the list and deleteDelete to remove the selected pattern. You can also change the order of selected pattern item by using move_upMove up and move_downMove down.
  • Use openOpen.../saveSave As... to import / export 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

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 visit the official site.

About

Notepad++ plugin providing fancy search features for log analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages