KubaDee / NppTextViz

Plugin to hide lines with or without appropriate text. Or simply select several lines and hide them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NppTextViz

by Jakub Dvorak

This plugin is meant to hide or show lines to help you analysing larger files - logs for example. You can hide all lines that contain text pattern. Or simply select several lines and hide them.
Plugin is based on TextFX plugin v0.25 by Chris Severance.

Instruction:

  1. Install via Plugins Admin or paste the file "NppTextViz.dll" to Notepad++ plugin folder
  2. Copy single line text to clipboard or select any block of text
  3. From plugin menu choose action
  4. Enjoy profit :)

+While holding Caps key when moving cursor you can easily show lines around.

Special Thanks to:

Don Ho for Notepad++
Chris Severance for TextFX

Latest Updates:

v0.4.2

Minor update in texts and sequence box

v0.4.1

Faster removing visible/hidden lines in large files

v0.4

Enhancing in Sequence dialog
Minor code optimizations
And several bugs fixed

v0.3.2

Fixed bug in Delete selected text

v0.3

New Sequence dialog - you can check or edit sequence via dialog box
Minor bug fixed

v0.2

Caps-key unfolding lines is now recorded as sequence
Minor typos in menu

v0.1

Initial release

TODO:

DONE: Adding Caps-holding unfolding lines to sequence

About

Plugin to hide lines with or without appropriate text. Or simply select several lines and hide them.

License:GNU General Public License v2.0


Languages

Language:C++ 61.7%Language:C 38.3%