hommes-doutant
hommes-doutant
I've also noticed this bug on android when testing the behaviour in the reqable app for #71
Thanks for the reply. If I understand correctly, the IME thinks there is no text next so it doesn't even trigger the function moveCursor. I've added buttons that use moveCursor...
@MegatronKing , a simple fix for this would be, to add, the previous and the next line to the IME. It's not too expensive and it fixes my problem. (The...
The CodeLineEditingController has a spanBuilder parameter that allow you to do just that. You just have to build your syntax checker, and using the span builder you can add the...
It's because it is not used in that way. Here's a small guide : 1. You set your function as the parameter of the CodeLineEditingController when creating it. And it...