Android Question AutoComplete, autoformat, etc, stopped working

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
Yesterday, without notice or errors, the autocomple, autformat, the hints, the context while hovering in a variable, etc stopped working.
Tried to reset the IDO options, rebooted the PC, reinstall B4A, nothing.
Any idea?
These features are a tremendous help, and not working difficults the work greatly.

Thanks, in advance.
 

DonManfred

Expert
Licensed User
Longtime User
Maybe the ini-file is corrupted?
Try close the ide
Backup the ini file
delete ini-file

restart ide. Configure it new (tools, configure paths, ect)
 
Upvote 0

Pedro Caldeira

Active Member
Licensed User
Longtime User
Found it. And if maybe something like this has or will happen to you, so here it goes.
I had some syntax errors in the code, I have made a bulk replace of some variables, and did not account for some variables with the "keyword" in their name.
I didn't notice the errors and the IDE with errors in the code, apparently loses all those mentioned features. Autocomplete, etc.
 
Upvote 0
Top