I use the NotePad++ very large and want to propose a new feature to the application "Hide&Show group of lines" like Kedit application does. Using the Kedit application I can define a condition that force the application show/hide group of lines (for example: all /static/ command show me all strings that include the "static" string)
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the NotePad++ very large and want to propose a new feature to the application "Hide&Show group of lines" like Kedit application does. Using the Kedit application I can define a condition that force the application show/hide group of lines (for example: all /static/ command show me all strings that include the "static" string)
Thank you
You can hide selected lines in the current version of Notepad++.
Don
I don't want to hide selected lines. I want to hide some lines using some condition
Thank you
Take a look here:
"How to: copy lines by regex using TextFX Viz"
http://sourceforge.net/forum/forum.php?thread_id=1964719&forum_id=331754
It explains how to display (or hide) those (un)wanted lines first.