mwieder / glx2ScriptEditor

glx2ScriptEditor is an alternative script editor for the LiveCode IDE
MIT License
6 stars 3 forks source link

enabled CAP control structures settings do not work correctly #20

Closed matthiasrebbe closed 2 years ago

matthiasrebbe commented 2 years ago

enabled CAP control structures settings do not work correctly

if then else endif are completely left lower case

switch: only case, default and end switch are changed to upper cases. The beginning switch is left lower case

on, function, repeat, setprop, getprop, try : END is changed uppercase, the inital keyword is not

mwieder commented 2 years ago

Fixed for version 4.2.2. Sorry - this isn't a feature I use, so it took some time to figure out what's going on and how to deal with it.