Force uncapitalize inside EnableJS
Force uncapitalize inside EnableJS
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.
Re: Force uncapitalize inside EnableJS
Yes and not
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

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

Re: Force uncapitalize inside EnableJS
Well if you paste outside a JS block, it's handled like SB code which is expected.