Here is a bug report about npp 4.1 on Windows 2000.
When I was editing perl file in npp, I selected several lines of the text, and then right click to choose "block as comment"(I have a Chinese version installed, so this may not be the exact text it displays) in the popup menu, but it doesnot work.
P.S: Although there is not block comment sytax(e.g. "/*block comment*/" in c/c++), I think it will also be very useful to automatically comment out user selected lines with a leading '#', just like what Eclipse does when user select multiple lines and press ctrl+'/'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try to change in C:\Program Files\Notepad++\langs.xml
<Language name="perl" ext="pl pm" commentLine="#"> to <Language name="perl" ext="pl pm" commentLine="#" commentStart="/*" commentEnd="*/">
I have not tested but I think it is working
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is a bug report about npp 4.1 on Windows 2000.
When I was editing perl file in npp, I selected several lines of the text, and then right click to choose "block as comment"(I have a Chinese version installed, so this may not be the exact text it displays) in the popup menu, but it doesnot work.
P.S: Although there is not block comment sytax(e.g. "/*block comment*/" in c/c++), I think it will also be very useful to automatically comment out user selected lines with a leading '#', just like what Eclipse does when user select multiple lines and press ctrl+'/'.
Hi
Try to change in C:\Program Files\Notepad++\langs.xml
<Language name="perl" ext="pl pm" commentLine="#"> to <Language name="perl" ext="pl pm" commentLine="#" commentStart="/*" commentEnd="*/">
I have not tested but I think it is working