Force uncapitalize inside EnableJS

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

Force uncapitalize inside EnableJS

Post by Caronte3D »

If you have "Enable case correction" active in the settings, it's keep if you paste some JavaScript code, I understand it, but if later I wrap that code with EnableJS/DisableJS or preceding with "!" the capitalize should be gone, otherwise all the "If", "Else"... broke the code.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Force uncapitalize inside EnableJS

Post by Peter »

This should no longer happen with version 3.01.

viewtopic.php?t=2635
User avatar
Caronte3D
Posts: 189
Joined: Sat Nov 23, 2019 5:21 pm
Location: Some Universe

Re: Force uncapitalize inside EnableJS

Post by Caronte3D »

Yes and not :D
If you first create the EnableJS/DisableJS pair and write inside, it works ok, but if you paste first and then wrap the code, the capitalize is keep.

I can live with it, but... if you doesn't know that, the errors on the browser console makes you crazy :?
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Force uncapitalize inside EnableJS

Post by Fred »

Well if you paste outside a JS block, it's handled like SB code which is expected.
Post Reply