J
J
janraev2018-10-24 19:21:17
Notepad++
janraev, 2018-10-24 19:21:17

How to implement reverse deletion in Notepad++?

I highlighted the words in Notepad++. Now you need to delete all the lines in which words are not highlighted, and ideally, you need to delete the lines where there is no selection, and leave the line where there are highlights, plus leave three lines under the line with the selected text. Is it possible to do such a manipulation in this program, and if so, how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2018-10-24
@dollar

If you want to replace xxx with yyy, then
1) In the selection, replace xxx with zzz
2) Throughout the document, replace xxx with yyy
3) Throughout the document, replace zzz with xxx
That's it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question