Notepad++ has a new feature where-in you can Mark text based on your search query or regular expression, doing so you can highlight all the matches in the file and even copy and paste it somewhere else,

Example Usecase:
If you want to filter all the lines that start with a word or contain a word use it somewhere else.
- Open file or tab in Notepad++,
- Now either Press Control + M or go to Search -> Mark to open Mark Window,
- Find What: ^P.* (example all words that starts with P)
- Click on Mark All,
- Click on Copy Marked Text, to copy to clipbaord,
- Click Clear Marked Text to remove all markings
✌️It gets more interesting if you try that without clearing the marked text, you can highlight more texts again with different searches until you reach what you want and then copy them.
Similarly you can even bookmark lines based on a search by selecting the "Bookmark Lines" checkbox.
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
- What is Bootstrap Jumbotron and how to use it - Bootstrap
- Test internet speed using macOS Terminal command - MacOS
- Android Eclipse This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in - Android
- Spring Boot: @RequestBody not applicable to method - Java
- 20 - Python - Print Colors for Text in Terminal - 1000+ Python Programs - Python-Programs
- Set width and height for the label in tkinter - Python
- Install AWS CLI using Brew Command - AWS
- How to fix Java HTTP java.net.UnknownHostException - Java