Fast RTF for TextArea?

I have a blog post about that :stuck_out_tongue:

https://www.great-white-software.com/blog/2019/06/17/follow-up-on-why-shadowing-should-be-avoided/

  1. subclass text area
  2. define a new computed property - Text
  3. the setter then calls the code to start the edit above, sets the Supers text (as demonstrated in my blog post), the end the edit
  4. same for StyledText maybe or RTF text etc
1 Like