qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

TextFields should be quicker to update the view when the cursor moves #45

Closed alleew closed 1 year ago

alleew commented 1 year ago

When moving the caret left or right in a TextField, the view should update as soon as the cursor exits off the left or right side of the field. Currently, it feels like the cursor needs to move slightly too far left or right before the view updates, e.g. you have to press right 1 more time than should be necessary before the view updates. This should be tweaked to feel better.

GabeContra commented 1 year ago

Added some changes here: 9625bbca9a044e90e5c591673cedd81d57661efd Not perfect but definitely more usable