I’m trying to make a new TextEditor component (for example I want a different shape for the box). Having a look in the api I found that TextEditor methods are not virtual, so I can’t inheritance and re-implement the paint method
Do you think it would be possible to make some of that functions virtual so we can re-implement them?
I don’t know if there is a better way to do it but I think it would be interesting to have this change.