Uncomment block not working ?
-
Hi, i’m editing cshell script files .csh which use # as a comment.
I can select a block of lines in notepad++ and if I select Block comment (ctrl-shift-Q) the selected lines are commented out by adding a # at the beginning of each line.
But the reverse does not work. I can select a block of lines with # at the beginning, and nothing happens if I select Block Uncomment. No #'s are removed ?
Should this work ?Thanks