
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.
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 …
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, …
Notepad++, compare plugin installation problem - Stack Overflow
Oct 25, 2018 · Open Notepad as Administrator Settings > Import > Import plugin (s) Then select the ComparePlugin.dll, now notepad should prompt you a message to restart your notepad in order to …
caching - Notepad++ cached files location - Stack Overflow
Apr 14, 2015 · On the most recent versions of Notepad++, when the application is closed, unsaved files are maintained when the application is restarted. I presume that those files are cached on a …
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)
How can I use rich text in Notepad++? - Stack Overflow
Nov 9, 2011 · I like Notepad++, but sometimes I need some words set in bold or cursive, change font size, etc. Is that possible in Notepad++?
notepad ++ formatting data into actual table/columns
Jul 22, 2015 · notepad ++ formatting data into actual table/columns Asked 10 years, 6 months ago Modified 11 months ago Viewed 115k times
How to multi-line "Replace in files..." in Notepad++
Jan 1, 2009 · Actually it's way easier to use ToolBucket plugin for Notepad++ to multiline replace. To activate it just go to N++ menu: Plugins > Plugin Manager > Show Plugin Manager > Check …
Does Notepad++ show all hidden characters? - Stack Overflow
Yes, it does. The way to enable this depends on your version of Notepad++. On newer versions you can use: Menu View → Show Symbol → *Show All Characters` or Menu View → Show Symbol → Show …