EnableJS captialises statements

Found an issue in SpiderBasic ? Please report it here !
User avatar
SparrowhawkMMU
Posts: 281
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

EnableJS captialises statements

Post by SparrowhawkMMU »

EnableJS blocks force the capitalisation of the first letter of keywords, for example: if becomes If, while becomes While

Since JS is case sensitive, the SB code will not load.

Replacing EnableJS with blocks of lines starting with ! solves the problem but is obviously not as convenient.
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

Re: EnableJS captialises statements

Post by the.weavster »

You can completely turn off automatic capitalisation in settings but it would be more convenient if the IDE could detect if the cursor is inside an EnableJS block and behave accordingly.
Post Reply