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

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

  3. plugins - Use Notepad++ as HEX-Editor - Stack Overflow

    I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor. I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize t...

  4. 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).

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

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

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

  8. Executing python in windows via notepad (F6 Exec command …

    Sep 11, 2012 · Executing python in windows via notepad (F6 Exec command __main__ error) Asked 13 years, 5 months ago Modified 13 years, 5 months ago Viewed 4k times

  9. Notepad++ Search Window disappeared - Stack Overflow

    I'm working with NotePad++ text editor, the 'Search Results' window does not show up anymore, i've tried to open it from the menu (Search Result Window F7), but it does not seem to have …

  10. How to create a file under specific workspace in Notepad

    Nov 20, 2018 · Create a file without leaving Notepad++ Ensure that you have selected menu > Settings > Prefences > Default Directory > Follow Current Document. If this is set, just do the …