About 104,000 results
Open links in new tab
  1. Notepad++: Multiple words search in a file (may be in different …

    If you are using Notepad++ editor (like the tag of the question suggests), you can use the great "Find in Files" functionality. Go to Search → Find in Files (Ctrl + Shift + F for the keyboard …

  2. How can I set up an editor to work with Git on Windows?

    But Notepad doesn't support bare line feeds. I went out and got Notepad++, but I can't figure out how to get Notepad++ set up as the %EDITOR% in such a way that it works with Git as …

  3. Notepad++ Search Window disappeared - Stack Overflow

    Programmers Notepad, which I believe is partially based on Notepad++, has the same issue: the Replace (search and replace) window will disappear, typically after changing …

  4. How to remove everything after a certain character? (notepad++)

    Jul 1, 2018 · I need to remove everything after a certain character. For example in the following line: email:pass | text | text | text | text How would I remove everything past the "pass" so it …

  5. Convert tabs to spaces in Notepad++ - Stack Overflow

    Jan 18, 2009 · How do I convert tabs to spaces in Notepad++? I found a webpage that suggests it's possible, but I couldn't find any information about how to do it. I would like to be able to do …

  6. parsing - How to reformat JSON in Notepad++ - Stack Overflow

    Oct 13, 2009 · 3 It worked for me in the latest edition to Notepad using the UniversalIndentGui. What I did was under the plugin setting choose Enable Text Auto Update, a window popped …

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

  8. 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?

  9. How do I format XML in Notepad++? - Stack Overflow

    Apr 6, 2019 · I have Notepad++ and I got some XML code which is very long. When I pasted it in Notepad++ there was a long line of code (difficult to read and work with). I want to know if …

  10. Notepad++ add number in each line - Stack Overflow

    I have the following data in a text file p=1 p=1 p=1 p=1 etc. I open that file in Notepad++. How would I change it to p=1 p=2 p=3 p=4 etc.