B4J Question How can I refresh IDE formating to standardize code capitalization

William Lancee

Well-Known Member
Licensed User
Longtime User
I started to notice variation in capitalization of code words see "Substring2" below.
I tried cut and paste with autoformat on. No luck. Suggestions?

B4X:
pdir = pdir.SubString2(0, pdir.LastIndexOf("\"))
Dim prefix As String = s.substring2(0,k)
res = res.Substring2(0, res.length-1)
 

William Lancee

Well-Known Member
Licensed User
Longtime User
I'll try to change my typing habits to ensure consistency. The problem is that I look at the keyboard when I type. Thanks for the reply.
 
Upvote 0
Top