About 159,000 results
Open links in new tab
  1. Removing duplicate rows in Notepad++ - Stack Overflow

    Aug 8, 2019 · 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 Edit > Line Operations > Remove Duplicate Lines. There is no need to install a plugin (as the currently accepted answer suggests), or sort the lines beforehand, or use the regex syntax in the …

  2. 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 that, because ...

  3. Multiselect to the end of rows in Notepad++ - Stack Overflow

    Oct 17, 2017 · I know I can use multi-edit in the following ways: Select something, then hold CTRL and select something else. Hold ALT+SHIFT and use the arrow keys to select multiple lines. Hold ALT+SHIFT and use...

  4. How can I view hidden characters in Notepad++? - Stack Overflow

    The simplest way is to use the menu: View->Show Symbol->Show all characters It will show Tabs and EOL characters. Here is an example of a VBS script that announces the current hour being viewed in Notepad++ on Win7. Note that it is clear I used spaces to do the indents - not Tabs.

  5. 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 addicted) and enter: Find What = (cat|town) Filters = *.txt Directory = enter the path of the directory you want to search in. You can check Follow current doc. to have the path of the …

  6. How can I remove all spaces from file in Notepad++?

    Apr 21, 2017 · To delete all spaces in the file, replace ' +' with '' (quotes only for demonstration, please remove them). You need to have the checkbox "Regular expression" checked. To remove all spaces and tabs, replace '[ \t]+' with '' (remove quotes). This works for big files, too, where the solution of @Learner will be tiresome.

  7. How can I convert uppercase letters to lowercase in Notepad++

    Jul 26, 2013 · I use Notepad ++ for coding mostly. How can I convert capital letters to lowercase and vice versa?

  8. regex - Removing empty lines in Notepad++ - Stack Overflow

    Oct 5, 2010 · 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.

  9. 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 up and I selected javascript.

  10. How to break lines at a specific character in Notepad++?

    To be viewed in Windows (i.e. Notepad) we need \r\n. Otherwise \n works on on any other platform (should break the line and continue below it).

Refresh