I don't know if it's a bug, but why if I write
,
the IDE changes it to
so with the initials of the keywords in uppercase.
while if I write
the "wait for" and the "complete" remain lowercase
B4X:
dim variable as int
the IDE changes it to
B4X:
Dim variable As Int
while if I write
B4X:
wait for (SubName) complete (resp as Boolean)