# AnalysePlugin **Repository Path**: YanjieWang/AnalysePlugin ## Basic Information - **Project Name**: AnalysePlugin - **Description**: AnalysePlugin是Notepad++上的一款出色的日志分析用的插件, 原插件地址: https://sourceforge.net/p/analyseplugin/ https://github.com/chcg/AnalysePlugin 本仓目的是移植AnalysePlugin适配Notepad-- - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-15 - **Last Updated**: 2023-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Shorten your time of reading mega bytes of log files! DE 2019-01 Supporting Don HO's NotePad++ see https://notepad-plus-plus.org/ This sources are a dockable pattern search plugin for Notepad++ version 5.1 or later. With this plugin you can search for multiple patterns in any of the opened documents in NotePad++. You may want to tune your search using all fancy tricks from NPP like regular expressions or escaped patterns and give each of the searches different colors. The result will be stored in a dockable window in same ordering as in the origin and a double click allows you to jump to the original position. The tool follows the concept of NPP using WinAPI pure only. It is designed to treat log-files of typical size like 60MB. More features can be found in the help dialogue of the plugin. For generating the dll file I use a msdev compiler. If you like to port it to other OSs just let me know your changes and I'll incorporate it. The project site is: https://sourceforge.net/p/analyseplugin/ Best Regards, Mattes H. mattesh(at)gmx.net