- Joined
- Dec 13, 2018
- Messages
- 375
Not being used to capitalized keywords, I though this option was pretty handy until I worked out why it was causing my program not to build. I'd added a keypress option to ExitApp() and imported brl.process as required but of course it became brl.Process
Changing it to lower case 'p' doesn't help because as soon as I use the cursor keys to move up or down a line it gets recapitalized. Kind of makes capitalize API option redundant unless it can be set to work only after space/return/parenthesis is typed?