views:

2410

answers:

2

Hi

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 Emacs) to do a block comment in my code.

Since so many language settings are supported in Notepad++, I'm curious to find a way to block comment code.

cheers

+2  A: 

Try Ctrl+K.

Javier Badia
+8  A: 

Ctrl-Q > Block comment/uncomment

More Notepad++ keyboard shortcuts: http://notepad-plus.sourceforge.net/uk/shortcuts.php

Niels R.