Extension of the CTRL+B...

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
Caronte3D
Posts: 189
Joined: Sat Nov 23, 2019 5:21 pm
Location: Some Universe

Extension of the CTRL+B...

Post by Caronte3D »

Since on JS the comments begin with "//", please check if we are inside a EnableJS / DisableJS and then use "//" instead of ";" when use CTRL+B and CTRL+SHIFT+B

Also should be nice to have something similar to add multiple "!" for the selected text.

Thanks! ;)
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Extension of the CTRL+B...

Post by Fred »

You can use /* */ for multi block comment in JS
User avatar
Caronte3D
Posts: 189
Joined: Sat Nov 23, 2019 5:21 pm
Location: Some Universe

Re: Extension of the CTRL+B...

Post by Caronte3D »

I know, but it's faster with a shortcut
Post Reply