Bug? IDE - some keywords remain lowercase

Sabotto

Well-Known Member
Licensed User
I don't know if it's a bug, but why if I write
B4X:
dim variable as int
,
the IDE changes it to
B4X:
Dim variable As Int
so with the initials of the keywords in uppercase.

while if I write
B4X:
wait for (SubName) complete (resp as Boolean)
the "wait for" and the "complete" remain lowercase
 
Top