About 106,000 results
Open links in new tab
  1. 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 …

  2. comments - Commenting code in Notepad++ - Stack Overflow

    Sep 15, 2017 · I'm using Notepad++ as an editor to write programs in Python. It might sound daft but I looked around in the editor and could not find any means (not the manual way but …

  3. Notepad++, compare plugin installation problem - Stack Overflow

    Oct 25, 2018 · 0 Method 1: By installing from Notepad Go to Plugins->Plugin Admin Select the Compare checkbox and click install after notepad++ get restarted compare plugin is added …

  4. Compare files and return only the differences using Notepad++

    Jun 28, 2015 · Notepad++ has a Compare Plugin tool for comparing text files, which operates like this: Launch Notepad++ and open the two files you wish to run a comparison check on. Click …

  5. caching - Notepad++ cached files location - Stack Overflow

    Apr 14, 2015 · On the most recent versions of Notepad++, when the application is closed, unsaved files are maintained when the application is restarted. I presume that those files are …

  6. Notepad++ Search and Replace: delete all after "/" in each row

    Set find and replace to regular expression mode. Find string: /.* Replace String: (empty string) Notepad++ find and replace is by default line ended (it won't go over multiple lines)

  7. Find the path of notepad.exe and mspaint.exe - Stack Overflow

    What is the best way to find out where notepad.exe and mspaint.exe are that will work across various versions of Windows? Should I get the Windows directory via SHGetFolderPath(NULL, …

  8. html - Formatting code in Notepad++ - Stack Overflow

    Sep 3, 2010 · Learn how to format code in Notepad++ with tips and solutions discussed by users on Stack Overflow.

  9. Remove carriage return from text file - Stack Overflow

    Aug 4, 2016 · I have a text file that is | delimited and is over 59,000 line long. How can I remove the carriage returns so each line is one record? Here is what the current file looks like:- Here is …

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