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

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

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

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

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

  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 point for me is to …

  7. indentation - Auto-indent in Notepad++ - Stack Overflow

    Jan 5, 2009 · Notepad++ will only auto-insert subsequent indents if you manually indent the first line in a block; otherwise you can re-indent your code after the fact using TextFX > TextFX Edit > Reindent …

  8. Notepad++ stopped color-coding my source code... How to fix?

    Jun 12, 2011 · A couple years late here, but I'm pretty sure you're opening ".txt" files that contain your source code. Because the file doesn't have the language's extension, Notepad++ can't determine …

  9. In Notepad++, how can I insert the current date and time?

    Jan 14, 2015 · On Windows Notepad.exe, I simply press F5 and it inserts the date and time like this: 11:05 AM 1/14/2015 Can I add similarly simple functionality to Notepad++?

  10. Copy Notepad++ text with formatting? - Stack Overflow

    Aug 13, 2010 · I'm using Notepad++ to write code. How do I copy code in Notepad++ along with its formatting to paste into Microsoft Word? (i.e. syntax highlights, etc)