Home

Awesome

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

How to use

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

PatternTracer

screenshot

Features

How to use

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

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.