When I block some code in my VBScript file and right click and choose "Block comment/uncomment", it uses REM as the comment. This of course is the comment for a .bat file and not for a .vbs file. It should be the single quote mark (') instead.
I could not find anywhere in the menus where that could be changed.
I'm also looking for where to indent a block of text in and out. I can't seem to find it anywhere.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nevermind.. I found where to change "rem" to "'" in the langs.xml.
I'm using the portableapps version of Notepad++ for stealth reasons, but if it has not been fixed in the latest version, then this would be a good thing to fix for the next version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I block some code in my VBScript file and right click and choose "Block comment/uncomment", it uses REM as the comment. This of course is the comment for a .bat file and not for a .vbs file. It should be the single quote mark (') instead.
I could not find anywhere in the menus where that could be changed.
I'm also looking for where to indent a block of text in and out. I can't seem to find it anywhere.
Thanks!
Nevermind.. I found where to change "rem" to "'" in the langs.xml.
I'm using the portableapps version of Notepad++ for stealth reasons, but if it has not been fixed in the latest version, then this would be a good thing to fix for the next version.
Select block, press TAB or SHIFT+TAB.
That was easy enough... thanks.
Anyone else on the commenting issue?
Thanks!