About 1,040,000 results
Open links in new tab
  1. How do I delete specific lines in Notepad++? - Stack Overflow

    May 27, 2009 · Notepad++ v6.5 Search menu -> Find... -> Mark tab -> Find what: your search text, check Bookmark Line, then Mark All. This will bookmark all the lines with the search term, …

  2. Removing duplicate rows in Notepad++ - Stack Overflow

    Oct 18, 2010 · As of Notepad++ version 8.1, there is a specific command to do precisely what this popular question asks. On can remove duplicated rows in a text file with the menu command …

  3. Notepad++ replacing letters when I put anything infront

    Dec 23, 2020 · Usually there is an "Insert" key right besides the "Delete" key on the keyboard, you need to pay attention to it while typing. And on the lower right corner, there is the "IN" or "O" …

  4. regex - Notepad ++ How to remove all characters standing before …

    Feb 10, 2016 · Notepad ++ How to remove all characters standing before a specific character Asked 12 years, 5 months ago Modified 4 years, 3 months ago Viewed 58k times

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

  6. Select range of lines in notepad++ - Stack Overflow

    Dec 29, 2023 · I am looking to select lines from line number 1000 to line number 1997 and after delete them. I am using notepad++ and I am looking to do so, so after I can delete them. Any …

  7. csv - Delete every other line in notepad++ - Stack Overflow

    Jul 18, 2013 · I don't think there is a feature in Notepad++ that will automatically delete every other (or every nth) line, but if you wrote a short conversion program it would only take a few …

  8. Notepad++: how to recover a deleted file? - Stack Overflow

    Feb 11, 2014 · Notepad++ has a "Keep non existing dialog". I wrongly clicked on "NO" on this dialog and now want to know if is there any way to reopen the deleted file?

  9. How to delete the current line and add a new line in Notepad++?

    How to delete the current line and add a new line in Notepad++? These two operations are very common but I can't find any key setting how to do them in Notepad++. Can any plugin do this …

  10. Notepad++ - How can I replace blank lines - Stack Overflow

    22 By the way, in Notepad++ there's built-in plugin that can handle this: TextFX -> TextFX Edit -> Delete Blank Lines (first press CTRL + A to select all).