About 50 results
Open links in new tab
  1. templates - Notepad++ premade snippets - Stack Overflow

    May 1, 2010 · I have seen in videos, that people get html template by typing "html:5" or something like that (btw, they're not using notepad++). Is this possible in notepad++? Thanks.

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

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

  4. 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 something like in …

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

    Dec 23, 2020 · This is a little hard to explain, but if I go back on some text and press space, it doesn't move the whole text it just replace the character in front of the place where I want to put space with a ...

  6. Notepad++ Setting for Disabling Auto-open Previous Files

    My problem was that Notepad++ was crashing on a file I had previously opened; I was unable to open the application at all. This blog post discusses how to delete the data from the "Sessions" file so that …

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

  8. 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 the end...

  9. Notepad++ - Finding and replacing a special character

    Feb 23, 2017 · I would guess this has be answered before, but I am struggling to find anything. A lot of the posts I find are to do with finding FLEC1 (Arabic character) and the suggestions there are to use …

  10. 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++?