Notepad2 is by far my most favorite editor to do quick edits to HTML, XML, etc...
One thing that would be absolutely awesome is the ability to highlight a chunk of XML and comment it out or uncomment it.
Is this possible with Notepad2?
|
1
|
|
|
|
|
|
How about Ctrl+Shift+Q - release notes |
||||||||
|
|
|
I don't know about Notepad2, but Notepad++ supports this. Ctrl+Shift+Q works for me for XML-style comments with the XML language selected. I'm using Notepad++ v5.1.1 (UNICODE) Example:
I selected the "to" and "from" lines and hit Ctrl+Shift+Q:
|
|||
|
|