Android Question Block or customize soft keyboard word suggestions

Cadenzo

Active Member
Licensed User
Longtime User
I have a EditText view for writing some code for the BasicLib interpreter. But the soft keyboard word suggestions are irritating.
Is it possible to block or even to customize the word suggestions in soft keyboard? I could not find it in the IME - library. Or should I use another text input view? The AutoCompleteEditText only can manage the first word. Something like that, but with the word list as UserDictionary for word suggestions would be a dream...
 
Last edited:
Top