
How to compare two files in Notepad++ - Stack Overflow
Nov 23, 2021 · I want to compare values from two different files. In Notepad++ version 5.0.3 we had shortcut button Alt + d but in version 6.6.8 I cannot find any option to compare. Also let me …
How to break lines at a specific character in Notepad++?
Click Ctrl + h or Search -> Replace on the top menu Under the Search Mode group, select Regular expression In the Find what text field, type ],\s* In the Replace with text field, type ],\n …
Notepad++ add to every line - Stack Overflow
Jan 16, 2017 · I'm using Notepad++ and I can't figure this out : I have numerous lines all starting with http. I need to add some text in front of it in every line. Also, I need to add different text to …
How to change background color in the Notepad++ text editor?
Does anyone know how to change the background color, font size, and other appearance-based settings in Notepad++? The default is white but I am trying to change it into a dark gray or …
notepad++ - How to make multiple line text into a single line and …
Jan 26, 2022 · I want to convert a multiple line text file (reading it with Notepad++) into a single line of text with some commas. Example changing the input text: 123 123 123 123 to: …
indentation - Auto-indent in Notepad++ - Stack Overflow
Jan 5, 2009 · the same problem, but only in HDL (for example with Verilog). But with Matlab, auto-indent work well.
parsing - How to reformat JSON in Notepad++ - Stack Overflow
Oct 13, 2009 · I need Notepad++ to take a JSON string from this {"menu": {"id": "file","value": "File","popup": …
regex - Removing empty lines in Notepad++ - Stack Overflow
How can I replace empty lines in Notepad++? I tried a find and replace with the empty lines in the find, and nothing in the replace, but it did not work; it probably needs regex.
How do I delete specific lines in Notepad++? - Stack Overflow
May 27, 2009 · I'm cleaning up some code files (C#) and want to remove the regions. And I would like to delete all the lines that have the string '#region'. That's just an example, and I can think …
Removing duplicate rows in Notepad++ - Stack Overflow
Oct 18, 2010 · Is it possible to remove duplicated rows in Notepad++, leaving only a single occurrence of a line?