About 486,000 results
Open links in new tab
  1. How to compare two files in Notepad++ - Stack Overflow

    Apr 15, 2015 · 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 …

  2. 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 …

  3. How to format a document in Notepad++ - Stack Overflow

    Apr 9, 2012 · I noticed other questions about Notepad++ on this site, so I figured this was the appropriate place to ask. Mods, if this isn't the right place, please relocate. How do you format …

  4. 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 …

  5. 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": …

  6. Match (and delete) LF character in Notepad++ regex

    Jun 16, 2014 · In Notepadd++ the \\r\\n regex will find all the CRLF combinations. But I have some lines which end just with LFs. First of all, what is that that? Next, how can I match and delete …

  7. 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 …

  8. notepad++ - How to make multiple line text into a single line and …

    Oct 25, 2024 · 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: …

  9. Notepad++: Multiple words search in a file (may be in different …

    How can we perform multiple search for multiple words and the line containing them. These words can be in same or different lines. For example: 1.The CAT goes up and down the ROAD. 2. …

  10. indentation - Auto-indent in Notepad++ - Stack Overflow

    Jan 5, 2009 · Notepad++ will only auto-insert subsequent indents if you manually indent the first line in a block; otherwise you can re-indent your code after the fact using TextFX > TextFX …