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

  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 …

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

    Oct 25, 2018 · 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. How to add user defined regions with folding in Notepad++?

    I can't figure out how to configure Notepad++ to display regions for user defined keywords. I have a big trace file which shows the start and the end of a procedure. The file looks like this: Begin...

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

  6. How to Execute a Python Script in Notepad++? - Stack Overflow

    I prefer using Notepad++ for developing, How do I execute the files in Python through Notepad++?

  7. Batch files don't run - they're being opened with notepad

    Mar 30, 2017 · As a developer of batch files, windows opens .bat with notepad by default. Someone who doesn't write them will probably by default launch the file with the command line.

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

  9. Notepad++ Multi editing - Stack Overflow

    How can I have multiple cursors in Notepad++? I will have a couple of tab delimited values . I need to write a query for all of these values. For example, if I get an Excel file with values like t...

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

    Sep 4, 2020 · 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 …