0
Under review

Static caret support

Oliver Brunn Carstens 18 hours ago in General updated 7 hours ago 3

Please provide an option for static (non-blinking) caret (text cursor) behavior in the code editor. Such an option has been generally implemented in iOS since iOS 18 (accessible in accessibility settings). I, and presumably others as well, find a blinking caret to be distracting.

– find a blinking caret distracting*

Under review

I can confirm that the accessibility setting currently doesn't seem to be honored.

Textastic actually uses the standard system text selection and insertion point (UITextInteraction), so any system accessibility settings should be respected.

I'll try to find out what's going on. Thanks for letting me know.

Interesting 🤔 Thanks for looking into it!