About 5,680,000 results
Open links in new tab
  1. How to Execute a Python Script in Notepad++? - Stack Overflow

    Once you are ready to run the code,right-click on the tab of your code in Notepad++ window and select "Open Containing Folder in cmd". This will open the Command Prompt into the folder …

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

    Sep 15, 2017 · Actually, I wanted to block comment my code written in Python or in fact any other language, in Notepad++ editor. May be that was not quite clear from my question. But Niels's …

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

  4. Manage code snippets in Notepad++ - Stack Overflow

    Feb 28, 2011 · Is there any way to manage code snippets with backup for the database and code highlighting in Notepad++?

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

  6. editor - Reformat Code in Notepad++ - Stack Overflow

    I needed to reformat C-source code and with TextFX it's a breeze... I agree with GeertVc. I will use IDEs for most programming, but when using Notepad++ (usually for C code) the whole …

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

  8. How To Auto-Format / Indent XML/HTML in Notepad++

    Aug 19, 2011 · Is there a way to re-indent a block of code? I'm looking for something similar to Ctrl + Shift + F in Eclipse (Auto-Format/Indent). To be clear, I already know how to format XML …

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

    If you are looking to get a comma separated string into a column with CR LF you wont be able to do that in Notepad++, assuming you didn't want to write code, you could manipulate it in …

  10. How to format a document in Notepad++ - Stack Overflow

    Apr 9, 2012 · I noticed other questions about Notepad++ on this site, so I figured this was the appropriate place to ask. Mods, if this isn't the right place, please relocate. How do you format …