Skip to content

ViewFrame: Enable completion input-hint

Guido Günther requested to merge guidog/gedit:completion into master

Enable the completion input-hint for the view. This gives a hint to input-methods like on screen keyboards whether it makes sense to enable word completion.

This allows e.g. phosh-osk-stub to "opportunistically" (when then app indicates it makes sense) enable completion:

Without completion input hint With completion input hint

We're doing something similar in chatty: https://source.puri.sm/Librem5/chatty/-/merge_requests/1161.

Edited by Guido Günther

Merge request reports